Searched refs:testCaseNDot (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest1.c | 243 int testCaseNDot(void){ return 20; } in testCaseNDot() 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 D | lsmtest2.c | 329 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 D | lsmtest4.c | 96 testCaseProgress(iStep, pTest->nStep, testCaseNDot(), &iDot); in do_mc_test()
|
| H A D | lsmtest9.c | 99 testCaseProgress(i, p->nRepeat, testCaseNDot(), &iDot); in doDataTest4()
|
| H A D | lsmtest_main.c | 906 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 D | lsmtest.h | 269 int testCaseNDot(void);
|
| H A D | lsmtest8.c | 225 testCaseProgress(i, nWrite, testCaseNDot(), &iDot); in doWriterCrash1()
|