Lines Matching refs:sqlite3FaultSim
12229 int (*xTestCallback)(int); /* Invoked by sqlite3FaultSim() */
12534 # define sqlite3FaultSim(X) SQLITE_OK
12536 SQLITE_PRIVATE int sqlite3FaultSim(int);
22277 ** which of multiple sqlite3FaultSim() calls has been hit.
22283 SQLITE_PRIVATE int sqlite3FaultSim(int iTest){
125303 ** Arrange to invoke xCallback() whenever sqlite3FaultSim() is called,
125306 ** As a test of the fault simulator mechanism itself, sqlite3FaultSim(0)
125308 ** value from sqlite3FaultSim(0) becomes the return from
125318 rc = sqlite3FaultSim(0);