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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h423 #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.c707 ** ^The sqlite3_compileoption_get() function allows iterating
710 ** sqlite3_compileoption_get() returns a NULL pointer. ^The SQLITE_
712 ** sqlite3_compileoption_get().
715 ** and sqlite3_compileoption_get() may be omitted by specifying the
723 SQLITE_API const char *sqlite3_compileoption_get(int N);
12768 SQLITE_API const char *sqlite3_compileoption_get(int N){ function
91270 #define sqlite3_compileoption_get macro
[all...]

Completed in 545 milliseconds