Searched refs:testDatasourceEntry (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest1.c | 112 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 D | lsmtest3.c | 101 testDatasourceEntry(pData, i, &pKey, &nKey, &pVal, &nVal); in testWriteDatasource() 110 testDatasourceEntry(pData, i, &pKey, &nKey, 0, 0); in testDeleteDatasource()
|
| H A D | lsmtest6.c | 162 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 D | lsmtest_datasource.c | 17 void testDatasourceEntry( in testDatasourceEntry() function
|
| H A D | lsmtest.h | 247 void testDatasourceEntry(Datasource *, int, void **, int *, void **, int *);
|
| H A D | lsmtest2.c | 397 testDatasourceEntry(pData, 100+iIns, &pKey, &nKey, &pVal, &nVal); in crash_test2()
|
| H A D | lsmtest_main.c | 736 testDatasourceEntry(pData, iKey, &pKey, &nKey, 0, 0); in do_speed_test2() 1438 testDatasourceEntry(pData, i, &pKey, &nKey, &pVal, &nVal); in do_insert()
|