Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c22028 # define sqlite3FaultSim(X) SQLITE_OK macro
22030 SQLITE_PRIVATE int sqlite3FaultSim(int);
35584 if( sqlite3FaultSim(200) ){ in sqlite3ThreadCreate()
35673 if( sqlite3GlobalConfig.bCoreMutex==0 || sqlite3FaultSim(200) ){ in sqlite3ThreadCreate()
36432 SQLITE_PRIVATE int sqlite3FaultSim(int iTest){ in sqlite3FaultSim() function
66164 if( sqlite3FaultSim(400) ) return SQLITE_IOERR;
68209 res = sqlite3FaultSim(650);
68310 if( iPage>0 && sqlite3FaultSim(600) ) rc = SQLITE_NOMEM;
71909 sqlite3FaultSim(660);
74130 if( sqlite3FaultSim(410) ){
[all …]