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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1860 int *pnLog, /** OUT: Size of WAL log in frames */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h9646 ** ^If pnLog is not NULL, then *pnLog is set to the total number of frames in
9654 ** truncated to zero bytes and so both *pnLog and *pnCkpt will be set to zero.
9675 ** values written to output parameters *pnLog and *pnCkpt are undefined. ^If
9685 ** mode, SQLITE_OK is returned and both *pnLog and *pnCkpt set to -1. ^If
9701 int *pnLog, /* OUT: Size of WAL log in frames */
H A Dsqlite3.c9959 ** ^If pnLog is not NULL, then *pnLog is set to the total number of frames in
9967 ** truncated to zero bytes and so both *pnLog and *pnCkpt will be set to zero.
9988 ** values written to output parameters *pnLog and *pnCkpt are undefined. ^If
9998 ** mode, SQLITE_OK is returned and both *pnLog and *pnCkpt set to -1. ^If
10014 int *pnLog, /* OUT: Size of WAL log in frames */
64231 sqlite3PagerCheckpoint( Pager *pPager, sqlite3 *db, int eMode, int *pnLog, int *pnCkpt ) argument
68806 sqlite3WalCheckpoint( Wal *pWal, sqlite3 *db, int eMode, int (*xBusy)(void*), void *pBusyArg, int sync_flags, int nBuf, u8 *zBuf, int *pnLog, int *pnCkpt ) argument
81323 sqlite3BtreeCheckpoint(Btree *p, int eMode, int *pnLog, int *pnCkpt) argument
180649 sqlite3_wal_checkpoint_v2( sqlite3 *db, const char *zDb, int eMode, int *pnLog, int *pnCkpt ) argument
180740 sqlite3Checkpoint(sqlite3 *db, int iDb, int eMode, int *pnLog, int *pnCkpt) argument
[all...]

Completed in 528 milliseconds