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

/external/sqlite/dist/orig/
H A Dsqlite3.c420 ** can be fully or partially disabled using a call to [sqlite3_config()]
425 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
426 ** is unchanged by calls to sqlite3_config().)^
1553 ** a default configuration using [sqlite3_config()].
1578 ** The sqlite3_config() interface is used to make global configuration
1584 ** <b>The sqlite3_config() interface is not threadsafe. The application
1586 ** threads while sqlite3_config() is running.</b>
1588 ** The sqlite3_config() interface
1591 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before
1593 ** Note, however, that ^sqlite3_config() ca
131156 SQLITE_API int SQLITE_CDECL sqlite3_config(int op, ...){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c420 ** can be fully or partially disabled using a call to [sqlite3_config()]
425 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
426 ** is unchanged by calls to sqlite3_config().)^
1553 ** a default configuration using [sqlite3_config()].
1578 ** The sqlite3_config() interface is used to make global configuration
1584 ** <b>The sqlite3_config() interface is not threadsafe. The application
1586 ** threads while sqlite3_config() is running.</b>
1588 ** The sqlite3_config() interface
1591 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before
1593 ** Note, however, that ^sqlite3_config() ca
131174 SQLITE_API int SQLITE_CDECL sqlite3_config(int op, ...){ function
[all...]

Completed in 317 milliseconds