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

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite3wrapper.c61 int (*const svn_sqlite3__api_config)(int, ...) = sqlite3_config;
H A Dsqlite.c54 # define sqlite3_config svn_sqlite3__api_config macro
741 /* If SQLite has been already initialized, sqlite3_config() returns
744 int err = sqlite3_config(SQLITE_CONFIG_MULTITHREAD);
/freebsd-10.0-release/contrib/sqlite3/
H A Dshell.c2946 sqlite3_config(SQLITE_CONFIG_URI, 1);
2947 sqlite3_config(SQLITE_CONFIG_LOG, shellLog, data);
2950 sqlite3_config(SQLITE_CONFIG_SINGLETHREAD);
3034 sqlite3_config(SQLITE_CONFIG_HEAP, malloc((int)szHeap), (int)szHeap, 64);
3054 sqlite3_config(SQLITE_CONFIG_MMAP_SIZE, sz, sz);
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().)^
1260 ** a default configuration using [sqlite3_config()].
1285 ** The sqlite3_config() interface is used to make global configuration
1291 ** The sqlite3_config() interface is not threadsafe. The application
1293 ** threads while sqlite3_config() is running. Furthermore, sqlite3_config()
1296 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before
1298 ** Note, however, that ^sqlite3_config() ca
[all...]
H A Dsqlite3.c384 ** be overridden at runtime using the sqlite3_config() API.
773 ** can be fully or partially disabled using a call to [sqlite3_config()]
778 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
779 ** is unchanged by calls to sqlite3_config().)^
1831 ** a default configuration using [sqlite3_config()].
1856 ** The sqlite3_config() interface is used to make global configuration
1862 ** The sqlite3_config() interface is not threadsafe. The application
1864 ** threads while sqlite3_config() is running. Furthermore, sqlite3_config()
1867 ** ^If sqlite3_config() i
115102 SQLITE_API int sqlite3_config(int op, ...){ function
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
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().)^
1117 ** a default configuration using [sqlite3_config()].
1142 ** The sqlite3_config() interface is used to make global configuration
1148 ** The sqlite3_config() interface is not threadsafe. The application
1150 ** threads while sqlite3_config() is running. Furthermore, sqlite3_config()
1153 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before
1155 ** Note, however, that ^sqlite3_config() ca
[all...]
H A Dsqlite3.c379 ** be overridden at runtime using the sqlite3_config() API.
755 ** can be fully or partially disabled using a call to [sqlite3_config()]
760 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
761 ** is unchanged by calls to sqlite3_config().)^
1670 ** a default configuration using [sqlite3_config()].
1695 ** The sqlite3_config() interface is used to make global configuration
1701 ** The sqlite3_config() interface is not threadsafe. The application
1703 ** threads while sqlite3_config() is running. Furthermore, sqlite3_config()
1706 ** ^If sqlite3_config() i
110433 SQLITE_API int sqlite3_config(int op, ...){ function
[all...]

Completed in 698 milliseconds