Searched refs:tdb_fetch (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_main.c | 43 rc = tdb_fetch(pDb, pKey, nKey, &pDbVal, &nDbVal); in testFetch() 153 rc = tdb_fetch(pControl, pKey, nKey, &pDbVal1, &nDbVal1); in testFetchCompare() 156 rc = tdb_fetch(pDb, pKey, nKey, &pDbVal2, &nDbVal2); in testFetchCompare() 737 rc = tdb_fetch(pDb, pKey, nKey, &pVal, &nVal); in do_speed_test2() 964 rc = tdb_fetch(pDb, aKey, sizeof(aKey), &pDummy, &nDummy); in do_speed_tests() 967 tdb_fetch(pDb, 0, 0, 0, 0); in do_speed_tests() 990 rc = tdb_fetch(pDb, aKey, sizeof(aKey), &pDummy, &nDummy); in do_speed_tests() 1000 tdb_fetch(pDb, 0, 0, 0, 0); in do_speed_tests()
|
| H A D | lsmtest_tdb.h | 63 int tdb_fetch(TestDb *pDb, void *pKey, int nKey, void **ppVal, int *pnVal);
|
| H A D | lsmtest1.c | 613 dbrc = tdb_fetch(pDb, aKey, sizeof(aKey)-1, &pDbVal, &nDbVal); in doDataTest3()
|
| H A D | lsmtest_tdb.c | 809 int tdb_fetch(TestDb *pDb, void *pKey, int nKey, void **ppVal, int *pnVal){ in tdb_fetch() function
|