Lines Matching refs:sqlite3_config

202 ** 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() can be called as part of the
1301 ** The first argument to sqlite3_config() is an integer
1307 ** ^When a configuration option is set, sqlite3_config() returns [SQLITE_OK].
1311 SQLITE_API int sqlite3_config(int, ...);
1318 ** [sqlite3_config()] except that the changes apply to a single
1339 ** [sqlite3_config()] when the configuration option is
1342 ** and passing it to [sqlite3_config]([SQLITE_CONFIG_MALLOC])
1411 ** can be passed as the first argument to the [sqlite3_config()] interface.
1415 ** should check the return code from [sqlite3_config()] to make sure that
1416 ** the call worked. The [sqlite3_config()] interface will return a
1428 ** value of Single-thread and so [sqlite3_config()] will return
1443 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1459 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1468 ** before the [sqlite3_config()] call returns.</dd>
1554 ** [sqlite3_config()] returns. ^If SQLite is compiled with
1557 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
1570 ** [sqlite3_config()] with the SQLITE_CONFIG_GETMUTEX configuration option will
2671 ** [sqlite3_config()] method or by the [SQLITE_USE_URI] compile-time option.
4920 ** [sqlite3_config]([SQLITE_CONFIG_MEMSTATUS],...) start-time option and
4923 ** [sqlite3_config]([SQLITE_CONFIG_PCACHE2],...).
4925 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
5688 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
5789 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
6340 ** ^(The [sqlite3_config]([SQLITE_CONFIG_PCACHE2], ...) interface can
6357 ** internal buffer by SQLite within the call to [sqlite3_config]. Hence
6359 ** [sqlite3_config()] returns.)^
6890 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].