Home
last modified time | relevance | path

Searched refs:test_mdb_write (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest.h109 int test_mdb_write(TestDb *, void *, int , void *, int);
H A Dlsmtest_tdb2.cc259 int test_mdb_write(TestDb *pDb, void *pKey, int nKey, void *pVal, int nVal){ in test_mdb_write() function
H A Dlsmtest_tdb.c331 return test_mdb_write(pTestDb, pKey, nKey, pVal, nVal); in mdb_write()