Searched refs:xTestCallback (Results 1 – 3 of 3) sorted by relevance
45 int (*xCallback)(int) = sqlite3GlobalConfig.xTestCallback; in sqlite3FaultSim()
4063 sqlite3GlobalConfig.xTestCallback = va_arg(ap, sqlite3FaultFuncType); in sqlite3_test_control()
4045 int (*xTestCallback)(int); /* Invoked by sqlite3FaultSim() */ member