Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_db_config

1641 ** The sqlite3_db_config() interface is used to make configuration
1645 ** sqlite3_db_config() interface should only be used immediately after
1649 ** The second argument to sqlite3_db_config(D,V,...) is the
1656 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1659 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
1913 ** verb to [sqlite3_db_config()] can be used to change the lookaside
1968 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
1972 ** should check the return code from [sqlite3_db_config()] to make sure that
1973 ** the call worked. ^The [sqlite3_db_config()] interface will return a
1981 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
84829 #define sqlite3_db_config sqlite3_api->db_config
85176 sqlite3_db_config,
105319 SQLITE_API int sqlite3_db_config(sqlite3 *db, int op, ...){