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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1861 int *pnCkpt /** OUT: Total number of frames checkpointed */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h9648 ** of an error or because the database is not in [WAL mode]. ^If pnCkpt is not
9649 ** NULL,then *pnCkpt is set to the total number of checkpointed frames in the
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
9702 int *pnCkpt /* OUT: Total number of frames checkpointed */
H A Dsqlite3.c9961 ** of an error or because the database is not in [WAL mode]. ^If pnCkpt is not
9962 ** NULL,then *pnCkpt is set to the total number of checkpointed frames in the
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
10015 int *pnCkpt /* OUT: Total number of frames checkpointed */
81323 sqlite3BtreeCheckpoint(Btree *p, int eMode, int *pnLog, int *pnCkpt) argument
180740 sqlite3Checkpoint(sqlite3 *db, int iDb, int eMode, int *pnLog, int *pnCkpt) argument
[all...]

Completed in 537 milliseconds