Searched refs:testScanCompare (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest1.c | 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() 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 D | lsmtest.h | 179 void testScanCompare(TestDb *, TestDb *, int, void *, int, void *, int, int *);
|
| H A D | lsmtest_main.c | 262 void testScanCompare( in testScanCompare() function
|