Home
last modified time | relevance | path

Searched refs:testBegin (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest8.c223 testBegin(pDb, 2, &rc); in doWriterCrash1()
261 testBegin(pDb, 2, &rc); in doWriterCrash2()
H A Dlsmtest_main.c89 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 Dlsmtest.h170 void testBegin(TestDb *pDb, int iTrans, int *pRc);
H A Dlsmtest5.c187 if( tdb_transaction_support(pDb) ) testBegin(pDb, 1, pRc); in dbReadOperation()
H A Dlsmtest1.c291 if( iToggle ) testBegin(pDb, 1, &rc); in doDataTest1()