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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h405 #define sqlite3_db_config sqlite3_api->db_config macro
H A Dsqlite3.h1173 ** The sqlite3_db_config() interface is used to make configuration
1178 ** The second argument to sqlite3_db_config(D,V,...) is the
1183 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1186 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
1437 ** verb to [sqlite3_db_config()] can be used to change the lookaside
1505 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
1509 ** should check the return code from [sqlite3_db_config()] to make sure that
1510 ** the call worked. ^The [sqlite3_db_config()] interface will return a
1518 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
H A Dsqlite3.c1726 ** The sqlite3_db_config() interface is used to make configuration
1731 ** The second argument to sqlite3_db_config(D,V,...) is the
1736 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1739 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
1990 ** verb to [sqlite3_db_config()] can be used to change the lookaside
2058 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
2062 ** should check the return code from [sqlite3_db_config()] to make sure that
2063 ** the call worked. ^The [sqlite3_db_config()] interface will return a
2071 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
89297 #define sqlite3_db_config macro
110671 SQLITE_API int sqlite3_db_config(sqlite3 *db, int op, ...){ function
[all...]

Completed in 498 milliseconds