Home
last modified time | relevance | path

Searched refs:tdb_write (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb.h46 int tdb_write(TestDb *pDb, void *pKey, int nKey, void *pVal, int nVal);
H A Dlsmtest_main.c61 rc = tdb_write(pDb, pKey, nKey, pVal, nVal); in testWrite()
913 rc = tdb_write(pDb, aKey, sizeof(aKey), aVal, sizeof(aVal)); in do_speed_tests()
952 rc = tdb_write(pDb, aKey, sizeof(aKey), aVal, sizeof(aVal)); in do_speed_tests()
1439 tdb_write(pDb, pKey, nKey, pVal, nVal); in do_insert()
H A Dlsmtest2.c398 testrc = tdb_write(pDb, pKey, nKey, pVal, nVal); in crash_test2()
H A Dlsmtest1.c176 rc = tdb_write(pDb2, pKey, nKey, pVal, nVal); in testDbContents()
H A Dlsmtest_tdb.c795 int tdb_write(TestDb *pDb, void *pKey, int nKey, void *pVal, int nVal){ in tdb_write() function