Searched defs:sqlite3_db_config (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c1478 ** The sqlite3_db_config() interface is used to make configuration
1482 ** sqlite3_db_config() interface should only be used immediately after
1486 ** The second argument to sqlite3_db_config(D,V,...) is the
1493 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1496 SQLITE_API SQLITE_EXPERIMENTAL int sqlite3_db_config(sqlite3*, int op, ...);
1754 ** verb to [sqlite3_db_config()] can be used to change the lookaside
1792 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
1796 ** should check the return code from [sqlite3_db_config()] to make sure that
1797 ** the call worked. ^The [sqlite3_db_config()] interface will return a
1805 ** ^The first argument (the third parameter to [sqlite3_db_config()] i
95931 SQLITE_API int sqlite3_db_config(sqlite3 *db, int op, ...){ function
[all...]

Completed in 173 milliseconds