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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h417 #define sqlite3_status sqlite3_api->status macro
H A Dsqlite3.h1376 ** <li> [sqlite3_status()]
5757 ** ^The sqlite3_status() routine returns SQLITE_OK on success and a
5769 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
5777 ** that can be returned by [sqlite3_status()].
5794 ** *pHighwater parameter to [sqlite3_status()] is of interest.
5820 ** *pHighwater parameter to [sqlite3_status()] is of interest.
5844 ** *pHighwater parameter to [sqlite3_status()] is of interest.
5885 ** See also: [sqlite3_status()] and [sqlite3_stmt_status()].
5995 ** See also: [sqlite3_status()] and [sqlite3_db_status()].
H A Dsqlite3.c1926 ** <li> [sqlite3_status()]
6307 ** ^The sqlite3_status() routine returns SQLITE_OK on success and a
6319 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
6327 ** that can be returned by [sqlite3_status()].
6344 ** *pHighwater parameter to [sqlite3_status()] is of interest.
6370 ** *pHighwater parameter to [sqlite3_status()] is of interest.
6394 ** *pHighwater parameter to [sqlite3_status()] is of interest.
6435 ** See also: [sqlite3_status()] and [sqlite3_stmt_status()].
6545 ** See also: [sqlite3_status()] and [sqlite3_db_status()].
12791 ** This module implements the sqlite3_status() interfac
13339 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag){ function
91264 #define sqlite3_status macro
[all...]

Completed in 418 milliseconds