Searched refs:testBegin (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest8.c | 223 testBegin(pDb, 2, &rc); in doWriterCrash1() 261 testBegin(pDb, 2, &rc); in doWriterCrash2()
|
| H A D | lsmtest_main.c | 89 void testBegin(TestDb *pDb, int iTrans, int *pRc){ in testBegin() function 712 if( aParam[ST_TRANS] ) testBegin(pDb, 2, &rc); in do_speed_test2() 727 if( aParam[ST_TRANS] ) testBegin(pDb, 1, &rc); in do_speed_test2()
|
| H A D | lsmtest.h | 170 void testBegin(TestDb *pDb, int iTrans, int *pRc);
|
| H A D | lsmtest5.c | 187 if( tdb_transaction_support(pDb) ) testBegin(pDb, 1, pRc); in dbReadOperation()
|
| H A D | lsmtest1.c | 291 if( iToggle ) testBegin(pDb, 1, &rc); in doDataTest1()
|