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

/external/sqlite/dist/orig/
H A Dsqlite3.c1244 ** can be fully or partially disabled using a call to [sqlite3_config()]
1249 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
1250 ** is unchanged by calls to sqlite3_config().)^
2478 ** a default configuration using [sqlite3_config()].
2503 ** The sqlite3_config() interface is used to make global configuration
2509 ** <b>The sqlite3_config() interface is not threadsafe. The application
2511 ** threads while sqlite3_config() is running.</b>
2513 ** The sqlite3_config() interface
2516 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before
2518 ** Note, however, that ^sqlite3_config() ca
143725 SQLITE_API int sqlite3_config(int op, ...){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c1244 ** can be fully or partially disabled using a call to [sqlite3_config()]
1249 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
1250 ** is unchanged by calls to sqlite3_config().)^
2478 ** a default configuration using [sqlite3_config()].
2503 ** The sqlite3_config() interface is used to make global configuration
2509 ** <b>The sqlite3_config() interface is not threadsafe. The application
2511 ** threads while sqlite3_config() is running.</b>
2513 ** The sqlite3_config() interface
2516 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before
2518 ** Note, however, that ^sqlite3_config() ca
143725 SQLITE_API int sqlite3_config(int op, ...){ function
[all...]

Completed in 407 milliseconds