Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h563 #define sqlite3_compileoption_get sqlite3_api->compileoption_get macro
H A Dsqlite3.h198 ** ^The sqlite3_compileoption_get() function allows iterating
201 ** sqlite3_compileoption_get() returns a NULL pointer. ^The SQLITE_
203 ** sqlite3_compileoption_get().
206 ** and sqlite3_compileoption_get() may be omitted by specifying the
214 SQLITE_API const char *sqlite3_compileoption_get(int N);
217 # define sqlite3_compileoption_get(X) ((void*)0) macro
/third_party/sqlite/src/
H A Dsqlite3.c508 ** ^The sqlite3_compileoption_get() function allows iterating
511 ** sqlite3_compileoption_get() returns a NULL pointer. ^The SQLITE_
513 ** sqlite3_compileoption_get().
516 ** and sqlite3_compileoption_get() may be omitted by specifying the
524 SQLITE_API const char *sqlite3_compileoption_get(int N);
527 # define sqlite3_compileoption_get(X) ((void*)0) macro
132486 #define sqlite3_compileoption_get global() macro
178355 SQLITE_API const char *sqlite3_compileoption_get(int N){ global() function
[all...]

Completed in 155 milliseconds