Lines Matching refs:sqlite3_config

246 ** 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().)^
1623 ** a default configuration using [sqlite3_config()].
1648 ** The sqlite3_config() interface is used to make global configuration
1654 ** <b>The sqlite3_config() interface is not threadsafe. The application
1656 ** threads while sqlite3_config() is running.</b>
1658 ** The sqlite3_config() interface
1661 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before
1663 ** Note, however, that ^sqlite3_config() can be called as part of the
1666 ** The first argument to sqlite3_config() is an integer
1672 ** ^When a configuration option is set, sqlite3_config() returns [SQLITE_OK].
1676 SQLITE_API int sqlite3_config(int, ...);
1684 ** [sqlite3_config()] except that the changes apply to a single
1705 ** [sqlite3_config()] when the configuration option is
1708 ** and passing it to [sqlite3_config]([SQLITE_CONFIG_MALLOC])
1777 ** can be passed as the first argument to the [sqlite3_config()] interface.
1781 ** should check the return code from [sqlite3_config()] to make sure that
1782 ** the call worked. The [sqlite3_config()] interface will return a
1794 ** value of Single-thread and so [sqlite3_config()] will return
1809 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1825 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1835 ** before the [sqlite3_config()] call returns.</dd>
1933 ** [sqlite3_config()] returns. ^If SQLite is compiled with
1936 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
1949 ** [sqlite3_config()] with the SQLITE_CONFIG_GETMUTEX configuration option will
3530 ** [sqlite3_config()] method or by the [SQLITE_USE_URI] compile-time option.
6807 ** [sqlite3_config]([SQLITE_CONFIG_MEMSTATUS],...) start-time option and
6810 ** [sqlite3_config]([SQLITE_CONFIG_PCACHE2],...).
6812 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
7774 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
7876 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
8709 ** ^(The [sqlite3_config]([SQLITE_CONFIG_PCACHE2], ...) interface can
8726 ** internal buffer by SQLite within the call to [sqlite3_config]. Hence
8728 ** [sqlite3_config()] returns.)^
9289 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].