Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c22006 # define sqlite3FaultSim(X) SQLITE_OK macro
22008 SQLITE_PRIVATE int sqlite3FaultSim(int);
35554 if( sqlite3FaultSim(200) ){ in sqlite3ThreadCreate()
35643 if( sqlite3GlobalConfig.bCoreMutex==0 || sqlite3FaultSim(200) ){ in sqlite3ThreadCreate()
36402 SQLITE_PRIVATE int sqlite3FaultSim(int iTest){ in sqlite3FaultSim() function
66069 if( sqlite3FaultSim(400) ) return SQLITE_IOERR;
68114 res = sqlite3FaultSim(650);
68215 if( iPage>0 && sqlite3FaultSim(600) ) rc = SQLITE_NOMEM;
71808 sqlite3FaultSim(660);
74026 if( sqlite3FaultSim(410) ){
[all …]