Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21362 # define sqlite3FaultSim(X) SQLITE_OK macro
21364 SQLITE_PRIVATE int sqlite3FaultSim(int);
34708 if( sqlite3FaultSim(200) ){ in sqlite3ThreadCreate()
34797 if( sqlite3GlobalConfig.bCoreMutex==0 || sqlite3FaultSim(200) ){ in sqlite3ThreadCreate()
35555 SQLITE_PRIVATE int sqlite3FaultSim(int iTest){ in sqlite3FaultSim() function
64524 if( sqlite3FaultSim(400) ) return SQLITE_IOERR;
66569 res = sqlite3FaultSim(650);
66670 if( iPage>0 && sqlite3FaultSim(600) ) rc = SQLITE_NOMEM;
72458 if( sqlite3FaultSim(410) ){
76717 if( sqlite3FaultSim(413) ){
[all …]