Searched refs:sqlite3_config (Results 1 - 4 of 4) sorted by relevance
/third_party/sqlite/include/ |
H A D | sqlite3sym.h | 36 #define sqlite3_config sqlite3_export_hw_symbols->config macro
|
H A D | sqlite3.h | 246 ** can be fully or partially disabled using a call to [sqlite3_config()] 251 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe() 252 ** is unchanged by calls to sqlite3_config().)^ 1623 ** a default configuration using [sqlite3_config()]. 1648 ** The sqlite3_config() interface is used to make global configuration 1654 ** <b>The sqlite3_config() interface is not threadsafe. The application 1656 ** threads while sqlite3_config() is running.</b> 1658 ** The sqlite3_config() interface 1661 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before 1663 ** Note, however, that ^sqlite3_config() ca [all...] |
/third_party/sqlite/src/ |
H A D | shell.c | 1504 rc = sqlite3_config(SQLITE_CONFIG_GETMALLOC, &memtraceBase); in sqlite3MemTraceActivate() 1506 rc = sqlite3_config(SQLITE_CONFIG_MALLOC, &ersaztMethods); in sqlite3MemTraceActivate() 1517 rc = sqlite3_config(SQLITE_CONFIG_MALLOC, &memtraceBase); in sqlite3MemTraceDeactivate() 25785 if( sqlite3_config(-1)==SQLITE_MISUSE ){ in verify_uninitialized() 25804 sqlite3_config(SQLITE_CONFIG_URI, 1); in main_init() 25805 sqlite3_config(SQLITE_CONFIG_LOG, shellLog, data); in main_init() 25806 sqlite3_config(SQLITE_CONFIG_MULTITHREAD); in main_init() 25933 ** subsequent sqlite3_config() calls will work. So copy all results into 26025 sqlite3_config(SQLITE_CONFIG_HEAP, malloc((int)szHeap), (int)szHeap, 64); 26038 sqlite3_config(SQLITE_CONFIG_PAGECACH [all...] |
H A D | sqlite3.c | 556 ** can be fully or partially disabled using a call to [sqlite3_config()] 561 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe() 562 ** is unchanged by calls to sqlite3_config().)^ 1933 ** a default configuration using [sqlite3_config()]. 1958 ** The sqlite3_config() interface is used to make global configuration 1964 ** <b>The sqlite3_config() interface is not threadsafe. The application 1966 ** threads while sqlite3_config() is running.</b> 1968 ** The sqlite3_config() interface 1971 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before 1973 ** Note, however, that ^sqlite3_config() ca 173836 SQLITE_API int sqlite3_config(int op, ...){ global() function [all...] |
Completed in 140 milliseconds