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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h6542 ** the log file before returning. If pnCkpt is not NULL, then *pnCkpt is set to
6544 ** checkpointed when this function is called). *pnLog and *pnCkpt may be
6567 ** values written to output parameters *pnLog and *pnCkpt are undefined. If
6577 ** mode, SQLITE_OK is returned and both *pnLog and *pnCkpt set to -1. If
6586 int *pnCkpt /* OUT: Total number of frames checkpointed */
H A Dsqlite3.c7095 ** the log file before returning. If pnCkpt is not NULL, then *pnCkpt is set to
7097 ** checkpointed when this function is called). *pnLog and *pnCkpt may be
7120 ** values written to output parameters *pnLog and *pnCkpt are undefined. If
7130 ** mode, SQLITE_OK is returned and both *pnLog and *pnCkpt set to -1. If
7139 int *pnCkpt /* OUT: Total number of frames checkpointed */
44182 sqlite3PagerCheckpoint(Pager *pPager, int eMode, int *pnLog, int *pnCkpt) argument
56246 sqlite3BtreeCheckpoint(Btree *p, int eMode, int *pnLog, int *pnCkpt) argument
111612 sqlite3Checkpoint(sqlite3 *db, int iDb, int eMode, int *pnLog, int *pnCkpt) argument
[all...]

Completed in 528 milliseconds