Home | History | Annotate | Download | only in orig

Lines Matching refs:WAL_RECOVER_LOCK

55895 #define WAL_RECOVER_LOCK       2
56404 }else if( lockIdx==WAL_RECOVER_LOCK ){
56704 ** WAL_RECOVER_LOCK is also held so that other threads will know
58078 }else if( SQLITE_OK==(rc = walLockShared(pWal, WAL_RECOVER_LOCK)) ){
58079 walUnlockShared(pWal, WAL_RECOVER_LOCK);