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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.h5619 ** ^The highest recorded value is returned in *pHighwater. ^If the
5621 ** *pHighwater is written. ^(Some parameters do not record the highest
5623 ** nothing is written into *pHighwater and the resetFlag is ignored.)^
5633 ** *pHighwater reflect the status of SQLite at different points in time
5635 ** in between the times when *pCurrent and *pHighwater are written.
5639 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
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.
H A Dsqlite3.c6172 ** ^The highest recorded value is returned in *pHighwater. ^If the
6174 ** *pHighwater is written. ^(Some parameters do not record the highest
6176 ** nothing is written into *pHighwater and the resetFlag is ignored.)^
6186 ** *pHighwater reflect the status of SQLite at different points in time
6188 ** in between the times when *pCurrent and *pHighwater are written.
6192 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
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.
13062 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, in argument
13078 sqlite3_db_status( sqlite3 *db, int op, int *pCurrent, int *pHighwater, int resetFlag ) argument
[all...]

Completed in 442 milliseconds