Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest3.c102 testWrite(pDb, pKey, nKey, pVal, nVal, pRc); in testWriteDatasource()
H A Dlsmtest.h164 void testWrite(TestDb *, void *, int, void *, int, int *);
H A Dlsmtest_main.c51 void testWrite( in testWrite() function
120 testWrite(pDb, (void *)zKey, strlen(zKey), (void *)zVal, nVal, pRc); in testWriteStr()
H A Dlsmtest1.c586 testWrite(pDb, aKey, sizeof(aKey)-1, aVal, nVal, &rc); in doDataTest3()