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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile87 sqlite3_config.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c2614 rc = sqlite3_config(SQLITE_CONFIG_GETMALLOC, &memtraceBase);
2616 rc = sqlite3_config(SQLITE_CONFIG_MALLOC, &ersaztMethods);
2627 rc = sqlite3_config(SQLITE_CONFIG_MALLOC, &memtraceBase);
2796 rc = sqlite3_config(SQLITE_CONFIG_GETPCACHE2, &pcacheBase);
2798 rc = sqlite3_config(SQLITE_CONFIG_PCACHE2, &ersaztPcacheMethods);
2809 rc = sqlite3_config(SQLITE_CONFIG_PCACHE2, &pcacheBase);
28792 if( sqlite3_config(-1)==SQLITE_MISUSE ){
28810 sqlite3_config(SQLITE_CONFIG_LOG, shellLog, data);
28814 sqlite3_config(SQLITE_CONFIG_URI, 1);
28815 sqlite3_config(SQLITE_CONFIG_MULTITHREA
[all...]
H A Dsqlite3.h246 ** 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().)^
1624 ** a default configuration using [sqlite3_config()].
1649 ** The sqlite3_config() interface is used to make global configuration
1655 ** <b>The sqlite3_config() interface is not threadsafe. The application
1657 ** threads while sqlite3_config() is running.</b>
1659 ** The first argument to sqlite3_config() is an integer
1665 ** For most configuration options, the sqlite3_config() interface
1670 ** ^If sqlite3_config() i
[all...]
H A Dsqlite3.c559 ** can be fully or partially disabled using a call to [sqlite3_config()]
564 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
565 ** is unchanged by calls to sqlite3_config().)^
1937 ** a default configuration using [sqlite3_config()].
1962 ** The sqlite3_config() interface is used to make global configuration
1968 ** <b>The sqlite3_config() interface is not threadsafe. The application
1970 ** threads while sqlite3_config() is running.</b>
1972 ** The first argument to sqlite3_config() is an integer
1978 ** For most configuration options, the sqlite3_config() interface
1983 ** ^If sqlite3_config() i
178605 SQLITE_API int sqlite3_config(int op, ...){ function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d443 int sqlite3_config(int, ...);

Completed in 906 milliseconds