Home
last modified time | relevance | path

Searched refs:tdb_fetch (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_main.c43 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 Dlsmtest_tdb.h63 int tdb_fetch(TestDb *pDb, void *pKey, int nKey, void **ppVal, int *pnVal);
H A Dlsmtest1.c613 dbrc = tdb_fetch(pDb, aKey, sizeof(aKey)-1, &pDbVal, &nDbVal); in doDataTest3()
H A Dlsmtest_tdb.c809 int tdb_fetch(TestDb *pDb, void *pKey, int nKey, void **ppVal, int *pnVal){ in tdb_fetch() function