Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_syscall.c129 sqlite3_syscall_ptr xTest; member
453 pVfs->xSetSystemCall(pVfs, aSyscall[iCall].zName, aSyscall[iCall].xTest); in test_syscall_install()
/sqlite-3.40.0/test/
H A Dthreadtest3.c1499 void (*xTest)(int); /* Routine for running this test */ in main() member
1566 aTest[i].xTest(aTest[i].nMs); in main()