Searched refs:testCksumArrayGet (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest3.c | 75 char *testCksumArrayGet(CksumDb *p, int nRow){ in testCksumArrayGet() function 191 testCompareStr(zCksum, testCksumArrayGet(pCksum, nCurrent), &rc); in rollback_test_1() 197 testCompareStr(zCksum, testCksumArrayGet(pCksum, nCurrent), &rc); in rollback_test_1() 204 testCompareStr(zCksum, testCksumArrayGet(pCksum, nCurrent), &rc); in rollback_test_1()
|
| H A D | lsmtest2.c | 349 bCompress, testCksumArrayGet(pCksumDb, nRow), 0, pRc); in crash_test1() 405 testCksumArrayGet(pCksumDb, 100 + iIns), in crash_test2() 406 testCksumArrayGet(pCksumDb, 100 + iIns + 1), in crash_test2() 456 testCksumArrayGet(pCksumDb, 110 + iOpen*10), 0, in crash_test3()
|
| H A D | lsmtest.h | 276 char *testCksumArrayGet(CksumDb *, int);
|