Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c68882 int nBlockTmout = 0; local
68928 nBlockTmout = (nDelay+998) / 1000;
68929 if( !useWal && walEnableBlockingMs(pWal, nBlockTmout) ){
69069 (void)walEnableBlockingMs(pWal, nBlockTmout);