Searched refs:tdb_write (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_tdb.h | 46 int tdb_write(TestDb *pDb, void *pKey, int nKey, void *pVal, int nVal);
|
| H A D | lsmtest_main.c | 61 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 D | lsmtest2.c | 398 testrc = tdb_write(pDb, pKey, nKey, pVal, nVal); in crash_test2()
|
| H A D | lsmtest1.c | 176 rc = tdb_write(pDb2, pKey, nKey, pVal, nVal); in testDbContents()
|
| H A D | lsmtest_tdb.c | 795 int tdb_write(TestDb *pDb, void *pKey, int nKey, void *pVal, int nVal){ in tdb_write() function
|