Searched refs:testDbContents (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest1.c | 153 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 D | lsmtest4.c | 79 testDbContents(pDb, pData, nDomain, 0, iLast, iLast, 1, pRc); in do_mc_test() 90 testDbContents( in do_mc_test()
|
| H A D | lsmtest.h | 267 void testDbContents(TestDb *, Datasource *, int, int, int, int, int, int *);
|