Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c67898 static int walEnableBlockingMs(Wal *pWal, int nMs){
67916 res = walEnableBlockingMs(pWal, tmout);
67968 # define walEnableBlockingMs(pWal, ms) 0 macro
68929 if( !useWal && walEnableBlockingMs(pWal, nBlockTmout) ){
69069 (void)walEnableBlockingMs(pWal, nBlockTmout);