Searched refs:testWrite (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest3.c | 102 testWrite(pDb, pKey, nKey, pVal, nVal, pRc); in testWriteDatasource()
|
| H A D | lsmtest.h | 164 void testWrite(TestDb *, void *, int, void *, int, int *);
|
| H A D | lsmtest_main.c | 51 void testWrite( in testWrite() function 120 testWrite(pDb, (void *)zKey, strlen(zKey), (void *)zVal, nVal, pRc); in testWriteStr()
|
| H A D | lsmtest1.c | 586 testWrite(pDb, aKey, sizeof(aKey)-1, aVal, nVal, &rc); in doDataTest3()
|