Lines Matching refs:sqlite3FaultSim
21362 # 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) ){
77839 if( sqlite3FaultSim(412) ) pPage->isInit = 0;
77932 if( sqlite3FaultSim(412) ) pPage->isInit = 0;
99675 (void)sqlite3FaultSim(50); /* For use by --counter in TH3 */
104743 if( sqlite3FaultSim(201) ) return SQLITE_IOERR_READ;
105292 pNew = sqlite3FaultSim(100) ? 0 : (MergeEngine*)sqlite3MallocZero(nByte);
105416 if( sqlite3FaultSim(202) ) return SQLITE_IOERR_ACCESS;
106110 (sqlite3FaultSim(100) ? 0 : sqlite3MallocZero(sizeof(*pIncr)));
138009 && sqlite3FaultSim(411)==SQLITE_OK ){
144376 if( sqlite3FaultSim(300) ){
168581 && (HasRowid(pTab) || pWInfo->pSelect!=0 || sqlite3FaultSim(700))
175440 return sqlite3FaultSim(700) ? 0 : sqlite3_realloc(pOld, newSize);
182674 return sqlite3FaultSim(500);
186910 rc = sqlite3FaultSim(0);