Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dthreads.c74 if( sqlite3FaultSim(200) ){ in sqlite3ThreadCreate()
163 if( sqlite3GlobalConfig.bCoreMutex==0 || sqlite3FaultSim(200) ){ in sqlite3ThreadCreate()
H A Dvdbesort.c640 if( sqlite3FaultSim(201) ) return SQLITE_IOERR_READ; in vdbePmaReaderSeek()
1187 pNew = sqlite3FaultSim(100) ? 0 : (MergeEngine*)sqlite3MallocZero(nByte); in vdbeMergeEngineNew()
1311 if( sqlite3FaultSim(202) ) return SQLITE_IOERR_ACCESS; in vdbeSorterOpenTempFile()
2001 (sqlite3FaultSim(100) ? 0 : sqlite3MallocZero(sizeof(*pIncr))); in vdbeIncrMergerNew()
H A Dutil.c44 int sqlite3FaultSim(int iTest){ in sqlite3FaultSim() function
H A Dmain.c36 return sqlite3FaultSim(500); in sqlite3TestExtInit()
4064 rc = sqlite3FaultSim(0); in sqlite3_test_control()
H A DsqliteInt.h4652 # define sqlite3FaultSim(X) SQLITE_OK macro
4654 int sqlite3FaultSim(int);
H A Dinsert.c2966 && sqlite3FaultSim(411)==SQLITE_OK ){ in xferOptimization()
H A Dwal.c667 if( iPage>0 && sqlite3FaultSim(600) ) rc = SQLITE_NOMEM; in walIndexPageRealloc()
H A Dbtree.c857 if( sqlite3FaultSim(410) ){ in btreeRestoreCursorPosition()
6082 if( NEVER(!pPage->isInit) || sqlite3FaultSim(412) ){ in btreeNext()
H A Dpager.c6412 if( sqlite3FaultSim(400) ) return SQLITE_IOERR; in sqlite3PagerCommitPhaseOne()