Searched refs:iTrans (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest3.c | 178 int iTrans; in rollback_test_1() local 184 for(iTrans=2; iTrans<=6 && rc==0; iTrans++){ in rollback_test_1() 185 tdb_begin(pDb, iTrans); in rollback_test_1() 193 for(iTrans=6; iTrans>2 && rc==0; iTrans--){ in rollback_test_1() 194 tdb_rollback(pDb, iTrans); in rollback_test_1()
|
| H A D | lsmtest_main.c | 89 void testBegin(TestDb *pDb, int iTrans, int *pRc){ in testBegin() argument 92 rc = tdb_begin(pDb, iTrans); in testBegin() 96 void testCommit(TestDb *pDb, int iTrans, int *pRc){ in testCommit() argument 99 rc = tdb_commit(pDb, iTrans); in testCommit() 104 static void testRollback(TestDb *pDb, int iTrans, int *pRc){ 107 rc = tdb_rollback(pDb, iTrans);
|
| H A D | lsmtest.h | 170 void testBegin(TestDb *pDb, int iTrans, int *pRc); 171 void testCommit(TestDb *pDb, int iTrans, int *pRc);
|