Searched refs:testFetch (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest1.c | 113 testFetch(pDb, pKey, nKey, pVal, nVal, pRc); in testDatasourceFetch() 223 testFetch(pDb, pKey, nKey, pVal, nVal, &rc); in testDbContents()
|
| H A D | lsmtest_main.c | 30 void testFetch( in testFetch() function 135 testFetch(pDb, (void *)zKey, strlen(zKey), (void *)zVal, nVal, pRc); in testFetchStr() 213 testFetch(p->pDb, pKey, nKey, pVal, nVal, &rc); in scanCompareCb()
|
| H A D | lsmtest.h | 163 void testFetch(TestDb *, void *, int, void *, int, int *);
|