Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3_db_config

1790 ** The sqlite3_db_config() interface is used to make configuration
1795 ** The second argument to sqlite3_db_config(D,V,...) is the
1800 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1803 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
2054 ** verb to [sqlite3_db_config()] can be used to change the lookaside
2129 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
2133 ** should check the return code from [sqlite3_db_config()] to make sure that
2134 ** the call worked. ^The [sqlite3_db_config()] interface will return a
2142 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
91435 #define sqlite3_db_config sqlite3_api->db_config
91794 sqlite3_db_config,
113032 SQLITE_API int sqlite3_db_config(sqlite3 *db, int op, ...){