Home
last modified time | relevance | path

Searched refs:CKPT_SYNC_FLAGS (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dwal.h26 #define CKPT_SYNC_FLAGS(X) (((X)>>2)&0x03) macro
H A Dwal.c2103 rc = sqlite3OsSync(pWal->pWalFd, CKPT_SYNC_FLAGS(sync_flags)); in walCheckpoint()
2156 rc = sqlite3OsSync(pWal->pDbFd, CKPT_SYNC_FLAGS(sync_flags)); in walCheckpoint()
3688 rc = sqlite3OsSync(pWal->pWalFd, CKPT_SYNC_FLAGS(sync_flags)); in sqlite3WalFrames()