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

/freebsd-10.3-release/contrib/sqlite3/
H A Dsqlite3ext.h459 #define sqlite3_compileoption_get sqlite3_api->compileoption_get macro
H A Dsqlite3.h161 ** ^The sqlite3_compileoption_get() function allows iterating
164 ** sqlite3_compileoption_get() returns a NULL pointer. ^The SQLITE_
166 ** sqlite3_compileoption_get().
169 ** and sqlite3_compileoption_get() may be omitted by specifying the
177 SQLITE_API const char *SQLITE_STDCALL sqlite3_compileoption_get(int N);
H A Dsqlite3.c375 ** ^The sqlite3_compileoption_get() function allows iterating
378 ** sqlite3_compileoption_get() returns a NULL pointer. ^The SQLITE_
380 ** sqlite3_compileoption_get().
383 ** and sqlite3_compileoption_get() may be omitted by specifying the
391 SQLITE_API const char *SQLITE_STDCALL sqlite3_compileoption_get(int N);
14569 SQLITE_API const char *SQLITE_STDCALL sqlite3_compileoption_get(int N){ function
103445 #define sqlite3_compileoption_get macro
[all...]
/freebsd-10.3-release/crypto/heimdal/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 543 milliseconds