Lines Matching refs:sqlite3_db_config
1682 ** The sqlite3_db_config() interface is used to make configuration
1687 ** The second argument to sqlite3_db_config(D,V,...) is the
1692 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1695 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
1959 ** option to [sqlite3_db_config()] can be used to change the lookaside
2159 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
2163 ** should check the return code from [sqlite3_db_config()] to make sure that
2164 ** the call worked. ^The [sqlite3_db_config()] interface will return a
2173 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
2332 ** <li> sqlite3_db_config(db, SQLITE_DBCONFIG_RESET_DATABASE, 1, 0);
2334 ** <li> sqlite3_db_config(db, SQLITE_DBCONFIG_RESET_DATABASE, 0, 0);
6946 ** [sqlite3_db_config](db,[SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION],1,NULL)
6982 ** ^(Use [sqlite3_db_config](db,[SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION],..)