Home
last modified time | relevance | path

Searched refs:testCaseProgress (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest1.c233 void testCaseProgress(int i, int n, int nDot, int *piDot){ in testCaseProgress() function
307 testCaseProgress(i, p->nRow, testCaseNDot()/2, &iDot); in doDataTest1()
332 testCaseProgress(i, p->nRow, testCaseNDot()/2, &iDot); in doDataTest1()
477 testCaseProgress(i, p->nIter, testCaseNDot(), &iDot); in doDataTest2()
573 testCaseProgress(i, p->nIter, testCaseNDot(), &iDot); in doDataTest3()
H A Dlsmtest2.c329 testCaseProgress(i, nIter, testCaseNDot(), &iDot); in crash_test1()
384 testCaseProgress(i, nIter, testCaseNDot(), &iDot); in crash_test2()
441 testCaseProgress(i, nIter, testCaseNDot(), &iDot); in crash_test3()
H A Dlsmtest4.c96 testCaseProgress(iStep, pTest->nStep, testCaseNDot(), &iDot); in do_mc_test()
H A Dlsmtest9.c99 testCaseProgress(i, p->nRepeat, testCaseNDot(), &iDot); in doDataTest4()
H A Dlsmtest_main.c906 testCaseProgress(i, nRow, testCaseNDot(), &iDot); in do_speed_tests()
946 testCaseProgress(i, nRow, testCaseNDot(), &iDot); in do_speed_tests()
986 testCaseProgress(iSel, nSelTest, testCaseNDot(), &iDot); in do_speed_tests()
H A Dlsmtest.h268 void testCaseProgress(int, int, int, int *);
H A Dlsmtest8.c225 testCaseProgress(i, nWrite, testCaseNDot(), &iDot); in doWriterCrash1()