Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest1.c192 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()
199 testScanCompare(pDb2, pDb, 1, pKey1, nKey1, pKey2, nKey2, &rc); in testDbContents()
393 testScanCompare(pControl, pDb, 0, 0, 0, 0, 0, pRc); in testCompareDb()
394 testScanCompare(pControl, pDb, 1, 0, 0, 0, 0, pRc); in testCompareDb()
[all …]
H A Dlsmtest.h179 void testScanCompare(TestDb *, TestDb *, int, void *, int, void *, int, int *);
H A Dlsmtest_main.c262 void testScanCompare( in testScanCompare() function