Home
last modified time | relevance | path

Searched refs:testDatasourceEntry (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest1.c112 testDatasourceEntry(pData, iKey, &pKey, &nKey, &pVal, &nVal); in testDatasourceFetch()
175 testDatasourceEntry(pData, j, &pKey, &nKey, &pVal, &nVal); in testDbContents()
187 testDatasourceEntry(pData, iKey1, &pKey2, &nKey1, 0, 0); in testDbContents()
190 testDatasourceEntry(pData, iKey2, &pKey2, &nKey2, 0, 0); in testDbContents()
217 testDatasourceEntry(pData, iKey, &pKey, &nKey, &pVal, &nVal); in testDbContents()
404 testDatasourceEntry(pData, iKey1, &pKey2, &nKey1, 0, 0); in testCompareDb()
407 testDatasourceEntry(pData, iKey2, &pKey2, &nKey2, 0, 0); in testCompareDb()
420 testDatasourceEntry(pData, i, &pKey, &nKey, 0, 0); in testCompareDb()
460 testDatasourceEntry(pData, i+1000000, &pKey1, &nKey1, 0, 0); in doDataTest2()
462 testDatasourceEntry(pData, i+2000000, &pKey2, &nKey2, 0, 0); in doDataTest2()
H A Dlsmtest3.c101 testDatasourceEntry(pData, i, &pKey, &nKey, &pVal, &nVal); in testWriteDatasource()
110 testDatasourceEntry(pData, i, &pKey, &nKey, 0, 0); in testDeleteDatasource()
H A Dlsmtest6.c162 testDatasourceEntry(pData, iKey, &pKey, &nKey, &pVal, &nVal); in testOomFetchData()
187 testDatasourceEntry(pData, iKey, &pKey, &nKey, &pVal, &nVal); in testOomWriteData()
435 testDatasourceEntry(pData, ii, &pKey, &nKey, &pVal, &nVal); in setup_populate_db2()
H A Dlsmtest_datasource.c17 void testDatasourceEntry( in testDatasourceEntry() function
H A Dlsmtest.h247 void testDatasourceEntry(Datasource *, int, void **, int *, void **, int *);
H A Dlsmtest2.c397 testDatasourceEntry(pData, 100+iIns, &pKey, &nKey, &pVal, &nVal); in crash_test2()
H A Dlsmtest_main.c736 testDatasourceEntry(pData, iKey, &pKey, &nKey, 0, 0); in do_speed_test2()
1438 testDatasourceEntry(pData, i, &pKey, &nKey, &pVal, &nVal); in do_insert()