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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h428 #define sqlite3_db_status sqlite3_api->db_status macro
H A Dsqlite3.h1571 ** [sqlite3_db_status](D,[SQLITE_CONFIG_LOOKASIDE],...) is zero.
5767 ** See also: [sqlite3_db_status()]
5882 ** ^The sqlite3_db_status() routine returns SQLITE_OK on success and a
5887 SQLITE_API int sqlite3_db_status(sqlite3*, int op, int *pCur, int *pHiwtr, int resetFlg);
5894 ** the second argument to the [sqlite3_db_status()] interface.
5898 ** [sqlite3_db_status()] to make sure that the call worked.
5899 ** The [sqlite3_db_status()] interface will return a non-zero error code
5995 ** See also: [sqlite3_status()] and [sqlite3_db_status()].
H A Dsqlite3.c2121 ** [sqlite3_db_status](D,[SQLITE_CONFIG_LOOKASIDE],...) is zero.
6317 ** See also: [sqlite3_db_status()]
6432 ** ^The sqlite3_db_status() routine returns SQLITE_OK on success and a
6437 SQLITE_API int sqlite3_db_status(sqlite3*, int op, int *pCur, int *pHiwtr, int resetFlg);
6444 ** the second argument to the [sqlite3_db_status()] interface.
6448 ** [sqlite3_db_status()] to make sure that the call worked.
6449 ** The [sqlite3_db_status()] interface will return a non-zero error code
6545 ** See also: [sqlite3_status()] and [sqlite3_db_status()].
13355 SQLITE_API int sqlite3_db_status( function
91275 #define sqlite3_db_status macro
[all...]

Completed in 431 milliseconds