Searched refs:sqlite3_compileoption_get (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h402 #define sqlite3_compileoption_get sqlite3_api->compileoption_get macro
H A Dsqlite3.h157 ** ^The sqlite3_compileoption_get() function allows iterating
160 ** sqlite3_compileoption_get() returns a NULL pointer. ^The SQLITE_
162 ** sqlite3_compileoption_get().
165 ** and sqlite3_compileoption_get() may be omitted by specifying the
173 SQLITE_API const char *sqlite3_compileoption_get(int N);
H A Dsqlite3.c710 ** ^The sqlite3_compileoption_get() function allows iterating
713 ** sqlite3_compileoption_get() returns a NULL pointer. ^The SQLITE_
715 ** sqlite3_compileoption_get().
718 ** and sqlite3_compileoption_get() may be omitted by specifying the
726 SQLITE_API const char *sqlite3_compileoption_get(int N);
12517 SQLITE_API const char *sqlite3_compileoption_get(int N){ function
89294 #define sqlite3_compileoption_get macro
[all...]

Completed in 497 milliseconds