Searched refs:testCommit (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest8.c | 230 testCommit(pDb, 0, &rc); in doWriterCrash1() 263 testCommit(pDb, 0, &rc); in doWriterCrash2()
|
| H A D | lsmtest5.c | 201 if( tdb_transaction_support(pDb) ) testCommit(pDb, 0, pRc); in dbReadOperation() 236 if( tdb_transaction_support(pDb) ) testCommit(pDb, 0, pRc); in dbWriteOperation()
|
| H A D | lsmtest_main.c | 96 void testCommit(TestDb *pDb, int iTrans, int *pRc){ in testCommit() function 714 if( aParam[ST_TRANS] ) testCommit(pDb, 0, &rc); in do_speed_test2() 742 if( aParam[ST_TRANS] ) testCommit(pDb, 0, &rc); in do_speed_test2()
|
| H A D | lsmtest.h | 171 void testCommit(TestDb *pDb, int iTrans, int *pRc);
|
| H A D | lsmtest1.c | 294 if( iToggle ) testCommit(pDb, 0, &rc); in doDataTest1()
|