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

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h202 ** can be fully or partially disabled using a call to [sqlite3_config()]
207 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
208 ** is unchanged by calls to sqlite3_config().)^
1117 ** a default configuration using [sqlite3_config()].
1142 ** The sqlite3_config() interface is used to make global configuration
1148 ** The sqlite3_config() interface is not threadsafe. The application
1150 ** threads while sqlite3_config() is running. Furthermore, sqlite3_config()
1153 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before
1155 ** Note, however, that ^sqlite3_config() ca
[all...]
H A Dsqlite3.c379 ** be overridden at runtime using the sqlite3_config() API.
755 ** can be fully or partially disabled using a call to [sqlite3_config()]
760 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
761 ** is unchanged by calls to sqlite3_config().)^
1670 ** a default configuration using [sqlite3_config()].
1695 ** The sqlite3_config() interface is used to make global configuration
1701 ** The sqlite3_config() interface is not threadsafe. The application
1703 ** threads while sqlite3_config() is running. Furthermore, sqlite3_config()
1706 ** ^If sqlite3_config() i
110433 SQLITE_API int sqlite3_config(int op, ...){ function
[all...]

Completed in 258 milliseconds