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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3ext.h407 #define sqlite3_db_status sqlite3_api->db_status macro
H A Dsqlite3.h1532 ** [sqlite3_db_status](D,[SQLITE_CONFIG_LOOKASIDE],...) is zero.
5637 ** See also: [sqlite3_db_status()]
5752 ** ^The sqlite3_db_status() routine returns SQLITE_OK on success and a
5757 SQLITE_API int sqlite3_db_status(sqlite3*, int op, int *pCur, int *pHiwtr, int resetFlg);
5764 ** the second argument to the [sqlite3_db_status()] interface.
5768 ** [sqlite3_db_status()] to make sure that the call worked.
5769 ** The [sqlite3_db_status()] interface will return a non-zero error code
5851 ** See also: [sqlite3_status()] and [sqlite3_db_status()].
H A Dsqlite3.c2085 ** [sqlite3_db_status](D,[SQLITE_CONFIG_LOOKASIDE],...) is zero.
6190 ** See also: [sqlite3_db_status()]
6305 ** ^The sqlite3_db_status() routine returns SQLITE_OK on success and a
6310 SQLITE_API int sqlite3_db_status(sqlite3*, int op, int *pCur, int *pHiwtr, int resetFlg);
6317 ** the second argument to the [sqlite3_db_status()] interface.
6321 ** [sqlite3_db_status()] to make sure that the call worked.
6322 ** The [sqlite3_db_status()] interface will return a non-zero error code
6404 ** See also: [sqlite3_status()] and [sqlite3_db_status()].
13078 SQLITE_API int sqlite3_db_status( function
89299 #define sqlite3_db_status macro
[all...]

Completed in 403 milliseconds