Searched refs:pHighwater (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h5749 ** ^The highest recorded value is returned in *pHighwater. ^If the
5751 ** *pHighwater is written. ^(Some parameters do not record the highest
5753 ** nothing is written into *pHighwater and the resetFlag is ignored.)^
5763 ** *pHighwater reflect the status of SQLite at different points in time
5765 ** in between the times when *pCurrent and *pHighwater are written.
5769 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
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.
H A Dsqlite3.c6299 ** ^The highest recorded value is returned in *pHighwater. ^If the
6301 ** *pHighwater is written. ^(Some parameters do not record the highest
6303 ** nothing is written into *pHighwater and the resetFlag is ignored.)^
6313 ** *pHighwater reflect the status of SQLite at different points in time
6315 ** in between the times when *pCurrent and *pHighwater are written.
6319 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
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.
13339 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, in argument
13355 sqlite3_db_status( sqlite3 *db, int op, int *pCurrent, int *pHighwater, int resetFlag ) argument
[all...]

Completed in 502 milliseconds