Lines Matching defs:sqlite3_status
8636 ** ^The sqlite3_status() and sqlite3_status64() routines return
8641 ** sqlite3_status() are undefined.
8645 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
8659 ** that can be returned by [sqlite3_status()].
8675 ** *pHighwater parameter to [sqlite3_status()] is of interest.
8701 ** *pHighwater parameter to [sqlite3_status()] is of interest.
8753 ** See also: [sqlite3_status()] and [sqlite3_stmt_status()].
8906 ** See also: [sqlite3_status()] and [sqlite3_db_status()].
19951 /* Access to mutexes used by sqlite3_status() */
22403 ** This module implements the sqlite3_status() interface and related
23261 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag){
27028 ** The sqlite3_status() logic tracks the maximum values of n and M so
29101 ** Return the memory allocator mutex. sqlite3_status() needs it.
54754 ** sqlite3_status() routine needs access to this mutex.
132480 #define sqlite3_status sqlite3_api->status
132963 sqlite3_status,