Searched refs:sqlite3_status (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/sqlite3/
H A Dshell.c1469 sqlite3_status(SQLITE_STATUS_MEMORY_USED, &iCur, &iHiwtr, bReset);
1474 sqlite3_status(SQLITE_STATUS_MALLOC_COUNT, &iCur, &iHiwtr, bReset);
1479 sqlite3_status(SQLITE_STATUS_PAGECACHE_USED, &iCur, &iHiwtr, bReset);
1485 sqlite3_status(SQLITE_STATUS_PAGECACHE_OVERFLOW, &iCur, &iHiwtr, bReset);
1491 sqlite3_status(SQLITE_STATUS_SCRATCH_USED, &iCur, &iHiwtr, bReset);
1497 sqlite3_status(SQLITE_STATUS_SCRATCH_OVERFLOW, &iCur, &iHiwtr, bReset);
1502 sqlite3_status(SQLITE_STATUS_MALLOC_SIZE, &iCur, &iHiwtr, bReset);
1506 sqlite3_status(SQLITE_STATUS_PAGECACHE_SIZE, &iCur, &iHiwtr, bReset);
1510 sqlite3_status(SQLITE_STATUS_SCRATCH_SIZE, &iCur, &iHiwtr, bReset);
1515 sqlite3_status(SQLITE_STATUS_PARSER_STAC
[all...]
H A Dsqlite3ext.h474 #define sqlite3_status sqlite3_api->status macro
H A Dsqlite3.h6728 ** ^The sqlite3_status() and sqlite3_status64() routines return
6733 ** sqlite3_status() are undefined.
6737 SQLITE_API int SQLITE_STDCALL sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
6751 ** that can be returned by [sqlite3_status()].
6768 ** *pHighwater parameter to [sqlite3_status()] is of interest.
6794 ** *pHighwater parameter to [sqlite3_status()] is of interest.
6818 ** *pHighwater parameter to [sqlite3_status()] is of interest.
6861 ** See also: [sqlite3_status()] and [sqlite3_stmt_status()].
7004 ** See also: [sqlite3_status()] and [sqlite3_db_status()].
H A Dsqlite3.c6988 ** ^The sqlite3_status() and sqlite3_status64() routines return
6993 ** sqlite3_status() are undefined.
6997 SQLITE_API int SQLITE_STDCALL sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
7011 ** that can be returned by [sqlite3_status()].
7028 ** *pHighwater parameter to [sqlite3_status()] is of interest.
7054 ** *pHighwater parameter to [sqlite3_status()] is of interest.
7078 ** *pHighwater parameter to [sqlite3_status()] is of interest.
7121 ** See also: [sqlite3_status()] and [sqlite3_stmt_status()].
7264 ** See also: [sqlite3_status()] and [sqlite3_db_status()].
16081 /* Access to mutexes used by sqlite3_status() */
18329 SQLITE_API int SQLITE_STDCALL sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag){ function
109300 #define sqlite3_status macro
[all...]
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h396 #define sqlite3_status sqlite3_api->status macro
H A Dsqlite3.h1344 ** <li> [sqlite3_status()]
5627 ** ^The sqlite3_status() routine returns SQLITE_OK on success and a
5639 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
5647 ** that can be returned by [sqlite3_status()].
5664 ** *pHighwater parameter to [sqlite3_status()] is of interest.
5690 ** *pHighwater parameter to [sqlite3_status()] is of interest.
5714 ** *pHighwater parameter to [sqlite3_status()] is of interest.
5755 ** See also: [sqlite3_status()] and [sqlite3_stmt_status()].
5851 ** See also: [sqlite3_status()] and [sqlite3_db_status()].
H A Dsqlite3.c1897 ** <li> [sqlite3_status()]
6180 ** ^The sqlite3_status() routine returns SQLITE_OK on success and a
6192 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
6200 ** that can be returned by [sqlite3_status()].
6217 ** *pHighwater parameter to [sqlite3_status()] is of interest.
6243 ** *pHighwater parameter to [sqlite3_status()] is of interest.
6267 ** *pHighwater parameter to [sqlite3_status()] is of interest.
6308 ** See also: [sqlite3_status()] and [sqlite3_stmt_status()].
6404 ** See also: [sqlite3_status()] and [sqlite3_db_status()].
12540 ** This module implements the sqlite3_status() interfac
13062 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag){ function
89288 #define sqlite3_status macro
[all...]

Completed in 889 milliseconds