Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rbu/
H A Drbu_common.tcl20 set wal_exists [file exists $target-wal]
24 || ($oal_exists && $wal_exists)
25 || ($progress>0 && $state=="oal" && (!$oal_exists || $wal_exists))
26 || ($state=="move" && (!$oal_exists || $wal_exists))
30 error "B: state=$state progress=$progress oal=$oal_exists wal=$wal_exists"
37 set wal_exists [file exists $target-wal]
39 error "A: state=$state progress=$progress oal=$oal_exists wal=$wal_exists"
/sqlite-3.40.0/test/
H A Dthreadtest3.c1077 int wal_exists = 0; in walthread2_thread() local
1087 wal_exists = (filesize(&err, "test.db-wal") >= 0); in walthread2_thread()
1088 if( (journal_exists+wal_exists)!=1 ){ in walthread2_thread()
1090 journal_exists, wal_exists in walthread2_thread()