Lines Matching refs:sqlite3_config

197 ** can be fully or partially disabled using a call to [sqlite3_config()]
202 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
203 ** is unchanged by calls to sqlite3_config().)^
1070 ** a default configuration using [sqlite3_config()].
1095 ** The sqlite3_config() interface is used to make global configuration
1101 ** The sqlite3_config() interface is not threadsafe. The application
1103 ** threads while sqlite3_config() is running. Furthermore, sqlite3_config()
1106 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before
1108 ** Note, however, that ^sqlite3_config() can be called as part of the
1111 ** The first argument to sqlite3_config() is an integer
1117 ** ^When a configuration option is set, sqlite3_config() returns [SQLITE_OK].
1121 int sqlite3_config(int, ...);
1128 ** [sqlite3_config()] except that the changes apply to a single
1149 ** [sqlite3_config()] when the configuration option is
1152 ** and passing it to [sqlite3_config]([SQLITE_CONFIG_MALLOC])
1226 ** can be passed as the first argument to the [sqlite3_config()] interface.
1230 ** should check the return code from [sqlite3_config()] to make sure that
1231 ** the call worked. The [sqlite3_config()] interface will return a
1243 ** value of Single-thread and so [sqlite3_config()] will return
1258 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1274 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1283 ** before the [sqlite3_config()] call returns.</dd>
1369 ** [sqlite3_config()] returns. ^If SQLite is compiled with
1372 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
1385 ** [sqlite3_config()] with the SQLITE_CONFIG_GETMUTEX configuration option will
4345 ** [sqlite3_config]([SQLITE_CONFIG_MEMSTATUS],...) start-time option and
4348 ** [sqlite3_config]([SQLITE_CONFIG_PCACHE],...).
4350 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
5100 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
5201 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
5704 ** ^(The [sqlite3_config]([SQLITE_CONFIG_PCACHE], ...) interface can
5721 ** internal buffer by SQLite within the call to [sqlite3_config]. Hence
5723 ** [sqlite3_config()] returns.)^
6195 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].