Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c20814 # define sqlite3FaultSim(X) SQLITE_OK macro
20816 SQLITE_PRIVATE int sqlite3FaultSim(int);
33828 if( sqlite3FaultSim(200) ){ in sqlite3ThreadCreate()
33917 if( sqlite3GlobalConfig.bCoreMutex==0 || sqlite3FaultSim(200) ){ in sqlite3ThreadCreate()
34644 SQLITE_PRIVATE int sqlite3FaultSim(int iTest){ in sqlite3FaultSim() function
63204 if( sqlite3FaultSim(400) ) return SQLITE_IOERR;
65233 res = sqlite3FaultSim(650);
65334 if( iPage>0 && sqlite3FaultSim(600) ) rc = SQLITE_NOMEM;
71040 if( sqlite3FaultSim(410) ){
76373 if( sqlite3FaultSim(412) ) pPage->isInit = 0;
[all …]