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

/macosx-10.9.5/Heimdal-323.92.1/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 434 milliseconds