Home
last modified time | relevance | path

Searched refs:pDb2 (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest1.c167 TestDb *pDb2 = 0; in testDbContents() local
170 rc = testControlDb(&pDb2); in testDbContents()
176 rc = tdb_write(pDb2, pKey, nKey, pVal, nVal); in testDbContents()
192 testScanCompare(pDb2, pDb, 0, 0, 0, 0, 0, &rc); in testDbContents()
193 testScanCompare(pDb2, pDb, 0, 0, 0, pKey2, nKey2, &rc); in testDbContents()
194 testScanCompare(pDb2, pDb, 0, pKey1, nKey1, 0, 0, &rc); in testDbContents()
195 testScanCompare(pDb2, pDb, 0, pKey1, nKey1, pKey2, nKey2, &rc); in testDbContents()
196 testScanCompare(pDb2, pDb, 1, 0, 0, 0, 0, &rc); in testDbContents()
197 testScanCompare(pDb2, pDb, 1, 0, 0, pKey2, nKey2, &rc); in testDbContents()
198 testScanCompare(pDb2, pDb, 1, pKey1, nKey1, 0, 0, &rc); in testDbContents()
[all …]
H A Dlsmtest6.c579 lsm_db *pDb2; in simple_oom2_1() local
588 testOomOpen(pOom, LSMTEST6_TESTDB, &pDb2, &rc); in simple_oom2_1()
607 testOomWriteData(pOom, pDb2, pData, i, &rc); in simple_oom2_1()
609 for(i=0; i<nRecord+nIns; i++) testOomFetchData(pOom, pDb2, pData, i, &rc); in simple_oom2_1()
613 lsm_close(pDb2); in simple_oom2_1()
H A Dlsmtest_main.c264 TestDb *pDb2, /* Database being tested */ in testScanCompare() argument
284 res2.pDb = pDb2; in testScanCompare()
291 tdb_scan(pDb2, pRes2, bReverse, pKey1, nKey1, pKey2, nKey2, scanCompareCb); in testScanCompare()