Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c19515 # define sqlite3FaultSim(X) SQLITE_OK macro
19517 SQLITE_PRIVATE int sqlite3FaultSim(int);
30389 if( sqlite3FaultSim(200) ){
31184 SQLITE_PRIVATE int sqlite3FaultSim(int iTest){
57992 if( sqlite3FaultSim(400) ) return SQLITE_IOERR;
65172 if( sqlite3FaultSim(410) ){
94297 if( sqlite3FaultSim(201) ) return SQLITE_IOERR_READ;
94963 if( sqlite3FaultSim(202) ) return SQLITE_IOERR_ACCESS;
122857 && sqlite3FaultSim(411)==SQLITE_OK ){
160202 return sqlite3FaultSim(500);
[all …]