Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c210 #define WAL_LOCK_CKPT 1 macro
3089 const u32 mReq = (1<<WAL_LOCK_WRITE)|(1<<WAL_LOCK_CKPT)|(1<<WAL_LOCK_READ0); in rbuCaptureWalRead()
4919 if( ofst==WAL_LOCK_CKPT && n==1 ) rc = SQLITE_BUSY; in rbuVfsShmLock()