Lines Matching defs:sqlite3_status
8868 ** ^The sqlite3_status() and sqlite3_status64() routines return
8873 ** sqlite3_status() are undefined.
8877 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
8891 ** that can be returned by [sqlite3_status()].
8907 ** *pHighwater parameter to [sqlite3_status()] is of interest.
8933 ** *pHighwater parameter to [sqlite3_status()] is of interest.
8985 ** See also: [sqlite3_status()] and [sqlite3_stmt_status()].
9138 ** See also: [sqlite3_status()] and [sqlite3_db_status()].
20690 /* Access to mutexes used by sqlite3_status() */
23096 ** This module implements the sqlite3_status() interface and related
23977 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag){
28202 ** The sqlite3_status() logic tracks the maximum values of n and M so
30275 ** Return the memory allocator mutex. sqlite3_status() needs it.
56376 ** sqlite3_status() routine needs access to this mutex.
136991 #define sqlite3_status sqlite3_api->status
137476 sqlite3_status,