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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c279 int sqlite3_config(int op, ...){ function
283 /* sqlite3_config() shall return SQLITE_MISUSE if it is invoked while
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c379 ** be overridden at runtime using the sqlite3_config() API.
745 ** can be fully or partially disabled using a call to [sqlite3_config()]
750 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
751 ** is unchanged by calls to sqlite3_config().)^
1618 ** a default configuration using [sqlite3_config()].
1643 ** The sqlite3_config() interface is used to make global configuration
1649 ** The sqlite3_config() interface is not threadsafe. The application
1651 ** threads while sqlite3_config() is running. Furthermore, sqlite3_config()
1654 ** ^If sqlite3_config() i
107524 SQLITE_API int sqlite3_config(int op, ...){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c317 ** can be fully or partially disabled using a call to [sqlite3_config()]
322 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
323 ** is unchanged by calls to sqlite3_config().)^
1418 ** a default configuration using [sqlite3_config()].
1443 ** The sqlite3_config() interface is used to make global configuration
1449 ** The sqlite3_config() interface is not threadsafe. The application
1451 ** threads while sqlite3_config() is running. Furthermore, sqlite3_config()
1454 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before
1456 ** Note, however, that ^sqlite3_config() ca
122482 SQLITE_API int sqlite3_config(int op, ...){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c317 ** can be fully or partially disabled using a call to [sqlite3_config()]
322 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
323 ** is unchanged by calls to sqlite3_config().)^
1418 ** a default configuration using [sqlite3_config()].
1443 ** The sqlite3_config() interface is used to make global configuration
1449 ** The sqlite3_config() interface is not threadsafe. The application
1451 ** threads while sqlite3_config() is running. Furthermore, sqlite3_config()
1454 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before
1456 ** Note, however, that ^sqlite3_config() ca
122502 SQLITE_API int sqlite3_config(int op, ...){ function
[all...]

Completed in 722 milliseconds