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

/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3ext.h440 #define sqlite3_db_config sqlite3_api->db_config macro
H A Dsqlite3.h1316 ** The sqlite3_db_config() interface is used to make configuration
1321 ** The second argument to sqlite3_db_config(D,V,...) is the
1326 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1329 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
1580 ** verb to [sqlite3_db_config()] can be used to change the lookaside
1704 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
1708 ** should check the return code from [sqlite3_db_config()] to make sure that
1709 ** the call worked. ^The [sqlite3_db_config()] interface will return a
1717 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
H A Dsqlite3.c1887 ** The sqlite3_db_config() interface is used to make configuration
1892 ** The second argument to sqlite3_db_config(D,V,...) is the
1897 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1900 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
2151 ** verb to [sqlite3_db_config()] can be used to change the lookaside
2275 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
2279 ** should check the return code from [sqlite3_db_config()] to make sure that
2280 ** the call worked. ^The [sqlite3_db_config()] interface will return a
2288 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
92617 #define sqlite3_db_config macro
115396 SQLITE_API int sqlite3_db_config(sqlite3 *db, int op, ...){ function
[all...]
/freebsd-10.1-release/crypto/heimdal/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 795 milliseconds