Lines Matching refs:sqlite3_db_status
1445 ** [sqlite3_db_status](D,[SQLITE_CONFIG_LOOKASIDE],...) is zero.
5359 ** See also: [sqlite3_db_status()]
5471 ** ^The sqlite3_db_status() routine returns SQLITE_OK on success and a
5476 SQLITE_API int sqlite3_db_status(sqlite3*, int op, int *pCur, int *pHiwtr, int resetFlg);
5482 ** the second argument to the [sqlite3_db_status()] interface.
5486 ** [sqlite3_db_status()] to make sure that the call worked.
5487 ** The [sqlite3_db_status()] interface will return a non-zero error code
5545 ** See also: [sqlite3_status()] and [sqlite3_db_status()].