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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.h6541 ** If pnLog is not NULL, then *pnLog is set to the total number of frames in
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
6585 int *pnLog, /* OUT: Size of WAL log in frames */
H A Dsqlite3.c7094 ** If pnLog is not NULL, then *pnLog is set to the total number of frames in
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
7138 int *pnLog, /* OUT: Size of WAL log in frames */
44182 sqlite3PagerCheckpoint(Pager *pPager, int eMode, int *pnLog, int *pnCkpt) argument
47151 sqlite3WalCheckpoint( Wal *pWal, int eMode, int (*xBusy)(void*), void *pBusyArg, int sync_flags, int nBuf, u8 *zBuf, int *pnLog, int *pnCkpt ) argument
56246 sqlite3BtreeCheckpoint(Btree *p, int eMode, int *pnLog, int *pnCkpt) argument
111541 sqlite3_wal_checkpoint_v2( sqlite3 *db, const char *zDb, int eMode, int *pnLog, int *pnCkpt ) argument
111612 sqlite3Checkpoint(sqlite3 *db, int iDb, int eMode, int *pnLog, int *pnCkpt) argument
[all...]

Completed in 420 milliseconds