Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest.h99 int test_kc_write(TestDb *, void *, int , void *, int);
H A Dlsmtest_tdb2.cc60 int test_kc_write(TestDb *pDb, void *pKey, int nKey, void *pVal, int nVal){ in test_kc_write() function
H A Dlsmtest_tdb.c245 return test_kc_write(pTestDb, pKey, nKey, pVal, nVal); in kc_write()