Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest1.c153 void testDbContents( in testDbContents() function
293 testDbContents(pDb, pData, p->nRow, 0, i-1, p->nTest, p->bTestScan, &rc); in doDataTest1()
304 testDbContents(pDb, pData, p->nRow, 0, i-1, p->nTest, p->bTestScan, &rc); in doDataTest1()
319 testDbContents(pDb, pData, p->nRow, i, p->nRow-1,p->nTest,p->bTestScan,&rc); in doDataTest1()
329 testDbContents(pDb, pData, p->nRow, i, p->nRow-1,p->nTest,p->bTestScan,&rc); in doDataTest1()
H A Dlsmtest4.c79 testDbContents(pDb, pData, nDomain, 0, iLast, iLast, 1, pRc); in do_mc_test()
90 testDbContents( in do_mc_test()
H A Dlsmtest.h267 void testDbContents(TestDb *, Datasource *, int, int, int, int, int, int *);