Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest7.c109 if( testCaseBegin(pRc, zPattern, "api1.lsm") ){ in do_test_api1()
168 if( *pRc==0 && testCaseBegin(pRc, zPattern, "api2.lsm") ){ in do_test_api2()
H A Dlsmtest1.c372 if( testCaseBegin(pRc, zPattern, "%s", zName) ){ in test_data_1()
518 if( testCaseBegin(pRc, zPattern, "%s", zName) ){ in test_data_2()
651 if( testCaseBegin(pRc, zPattern, "%s", zName) ){ in test_data_3()
H A Dlsmtest2.c146 int testCaseBegin(int *pRc, const char *zPattern, const char *zFmt, ...){ in testCaseBegin() function
483 if( testCaseBegin(pRc, zPattern, "%s", p->zTest) ){ in do_crash_test()
H A Dlsmtest4.c122 if( testCaseBegin(pRc, zPattern, "mc1.%s.%d", zSystem, i) ){ in test_mc()
H A Dlsmtest9.c135 if( testCaseBegin(pRc, zPattern, "%s", zName) ){ in test_data_4()
H A Dlsmtest.h281 int testCaseBegin(int *, const char *, const char *, ...);
H A Dlsmtest8.c318 if( testCaseBegin(pRc, zPattern, p->zName) ){ in do_writer_crash_test()
H A Dlsmtest5.c588 int bRun = testCaseBegin(pRc, zPattern, in do_test_mt1()
H A Dlsmtest_main.c891 testCaseBegin(&rc, 0, "speed.insert.%s", aSys[j].zLibrary); in do_speed_tests()
936 testCaseBegin(&rc, 0, "speed.select.%s", aSys[j].zLibrary); in do_speed_tests()
H A Dlsmtest6.c638 if( *pRc==0 && testCaseBegin(pRc, zPattern, "%s", aSimple[i].zName) ){ in do_test_oom1()