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

/external/sqlite/dist/
H A Dsqlite3.c704 ** ^The sqlite3_compileoption_get() function allows iterating
707 ** sqlite3_compileoption_get() returns a NULL pointer. ^The SQLITE_
709 ** sqlite3_compileoption_get().
712 ** and sqlite3_compileoption_get() may be omitted by specifying the
720 SQLITE_API const char *sqlite3_compileoption_get(int N);
11943 SQLITE_API const char *sqlite3_compileoption_get(int N){ function
84826 #define sqlite3_compileoption_get macro
[all...]

Completed in 2197 milliseconds