Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c226130 #define WAL_LOCK_CKPT 1 macro
229034 const u32 mReq = (1<<WAL_LOCK_WRITE)|(1<<WAL_LOCK_CKPT)|(1<<WAL_LOCK_READ0);
230886 if( ofst==WAL_LOCK_CKPT && n==1 ) rc = SQLITE_BUSY;