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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dshell.c2714 sqlite3_config(SQLITE_CONFIG_URI, 1);
2715 sqlite3_config(SQLITE_CONFIG_LOG, shellLog, data);
2718 sqlite3_config(SQLITE_CONFIG_SINGLETHREAD);
2780 sqlite3_config(SQLITE_CONFIG_HEAP, malloc((int)szHeap), (int)szHeap, 64);
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().)^
1149 ** a default configuration using [sqlite3_config()].
1174 ** The sqlite3_config() interface is used to make global configuration
1180 ** The sqlite3_config() interface is not threadsafe. The application
1182 ** threads while sqlite3_config() is running. Furthermore, sqlite3_config()
1185 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before
1187 ** Note, however, that ^sqlite3_config() ca
[all...]
H A Dsqlite3.c380 ** be overridden at runtime using the sqlite3_config() API.
752 ** can be fully or partially disabled using a call to [sqlite3_config()]
757 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
758 ** is unchanged by calls to sqlite3_config().)^
1699 ** a default configuration using [sqlite3_config()].
1724 ** The sqlite3_config() interface is used to make global configuration
1730 ** The sqlite3_config() interface is not threadsafe. The application
1732 ** threads while sqlite3_config() is running. Furthermore, sqlite3_config()
1735 ** ^If sqlite3_config() i
112498 SQLITE_API int sqlite3_config(int op, ...){ function
[all...]

Completed in 329 milliseconds