Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c70437 static int walTryBeginRead(Wal *pWal, int *pChanged, int useWal, int *pCnt){ argument
70447 assert( (pWal->readOnly & WAL_SHM_RDONLY)==0 || useWal==0 );
70488 if( !useWal && walEnableBlockingMs(pWal, nBlockTmout) ){
70496 if( !useWal ){
70551 if( !useWal && AtomicLoad(&pInfo->nBackfill)==pWal->hdr.mxFrame