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

/external/sqlite/dist/orig/
H A Dsqlite3.c12229 int (*xTestCallback)(int); /* Invoked by sqlite3FaultSim() */
12534 # define sqlite3FaultSim(X) SQLITE_OK macro
12536 SQLITE_PRIVATE int sqlite3FaultSim(int);
22277 ** which of multiple sqlite3FaultSim() calls has been hit.
22283 SQLITE_PRIVATE int sqlite3FaultSim(int iTest){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12229 int (*xTestCallback)(int); /* Invoked by sqlite3FaultSim() */
12534 # define sqlite3FaultSim(X) SQLITE_OK macro
12536 SQLITE_PRIVATE int sqlite3FaultSim(int);
22277 ** which of multiple sqlite3FaultSim() calls has been hit.
22283 SQLITE_PRIVATE int sqlite3FaultSim(int iTest){ function
[all...]

Completed in 482 milliseconds