Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest3.c75 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 Dlsmtest2.c349 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 Dlsmtest.h276 char *testCksumArrayGet(CksumDb *, int);