Lines Matching refs:xDelete
40 # deleted, the method name ("xOpen", "xClose" or "xDelete") and the final
44 tvfs filter {xOpen xClose xDelete}
53 if {[lsearch {xDelete xWrite xTruncate} $method]>=0} {
58 # The rest of this command only deals with xOpen(), xClose() and xDelete()
64 if {[lsearch {xOpen xDelete xClose} $method]<0} return
72 # will not invoke the xDelete method of the "real" VFS in this case.
78 xDelete { if {$::open_journals($f)>0} { return SQLITE_IOERR } }
90 } {xOpen test.db-journal xClose test.db-journal xDelete test.db-journal}
150 # Then, enable simulated IO errors in all calls to xDelete, xWrite
164 tvfs filter {xOpen xClose xDelete xWrite xTruncate}
228 } {xClose test.db-journal xDelete test.db-journal}