Searched defs:pTestDb (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_tdb.c | 64 TestDb *pTestDb, in test_leveldb_write() 84 TestDb *pTestDb, in test_leveldb_fetch() 108 TestDb *pTestDb, in test_leveldb_scan() 239 TestDb *pTestDb, in kc_write() 253 TestDb *pTestDb, in kc_delete_range() 261 TestDb *pTestDb, in kc_fetch() 272 TestDb *pTestDb, in kc_scan() 325 TestDb *pTestDb, in mdb_write() 339 TestDb *pTestDb, in mdb_fetch() 350 TestDb *pTestDb, in mdb_scan() [all …]
|
| H A D | lsmtest_tdb4.c | 327 static int bt_close(TestDb *pTestDb){ in bt_close() 365 static int bt_write(TestDb *pTestDb, void *pK, int nK, void *pV, int nV){ in bt_write() 379 static int bt_delete(TestDb *pTestDb, void *pK, int nK){ in bt_delete() 384 TestDb *pTestDb, in bt_delete_range() 436 TestDb *pTestDb, in bt_fetch() 483 TestDb *pTestDb, in bt_scan() 555 static int bt_begin(TestDb *pTestDb, int iLvl){ in bt_begin() 561 static int bt_commit(TestDb *pTestDb, int iLvl){ in bt_commit() 567 static int bt_rollback(TestDb *pTestDb, int iLvl){ in bt_rollback() 782 void tdb_bt_prepare_sync_crash(TestDb *pTestDb, int iSync){ in tdb_bt_prepare_sync_crash()
|
| H A D | lsmtest_tdb3.c | 487 static int test_lsm_close(TestDb *pTestDb){ in test_lsm_close() 569 TestDb *pTestDb, in test_lsm_write() 593 static int test_lsm_delete(TestDb *pTestDb, void *pKey, int nKey){ in test_lsm_delete() 599 TestDb *pTestDb, in test_lsm_delete_range() 608 TestDb *pTestDb, in test_lsm_fetch() 652 TestDb *pTestDb, in test_lsm_scan() 729 static int test_lsm_begin(TestDb *pTestDb, int iLevel){ in test_lsm_begin() 743 static int test_lsm_commit(TestDb *pTestDb, int iLevel){ in test_lsm_commit() 755 static int test_lsm_rollback(TestDb *pTestDb, int iLevel){ in test_lsm_rollback()
|