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

/external/sqlite/dist/orig/
H A Dsqlite3.c493 ** can be fully or partially disabled using a call to [sqlite3_config()]
498 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
499 ** is unchanged by calls to sqlite3_config().)^
1717 ** a default configuration using [sqlite3_config()].
1742 ** The sqlite3_config() interface is used to make global configuration
1748 ** <b>The sqlite3_config() interface is not threadsafe. The application
1750 ** threads while sqlite3_config() is running.</b>
1752 ** The sqlite3_config() interface
1755 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before
1757 ** Note, however, that ^sqlite3_config() ca
140968 SQLITE_API int sqlite3_config(int op, ...){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c493 ** can be fully or partially disabled using a call to [sqlite3_config()]
498 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
499 ** is unchanged by calls to sqlite3_config().)^
1717 ** a default configuration using [sqlite3_config()].
1742 ** The sqlite3_config() interface is used to make global configuration
1748 ** <b>The sqlite3_config() interface is not threadsafe. The application
1750 ** threads while sqlite3_config() is running.</b>
1752 ** The sqlite3_config() interface
1755 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before
1757 ** Note, however, that ^sqlite3_config() ca
140968 SQLITE_API int sqlite3_config(int op, ...){ function
[all...]

Completed in 379 milliseconds