Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c16183 # define sqlite3FaultSim(X) SQLITE_OK macro
16185 SQLITE_PRIVATE int sqlite3FaultSim(int);
26467 if( sqlite3FaultSim(200) ){
26556 if( sqlite3GlobalConfig.bCoreMutex==0 || sqlite3FaultSim(200) ){
27249 SQLITE_PRIVATE int sqlite3FaultSim(int iTest){
52480 if( sqlite3FaultSim(400) ) return SQLITE_IOERR;
85262 if( sqlite3FaultSim(201) ) return SQLITE_IOERR_READ;
85805 pNew = sqlite3FaultSim(100) ? 0 : (MergeEngine*)sqlite3MallocZero(nByte);
85929 if( sqlite3FaultSim(202) ) return SQLITE_IOERR_ACCESS;
86621 (sqlite3FaultSim(100) ? 0 : sqlite3MallocZero(sizeof(*pIncr)));
[all …]

Completed in 453 milliseconds