Searched refs:testOomFetchData (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest6.c | 153 static void testOomFetchData( in testOomFetchData() function 518 testOomFetchData(pOom, pDb, pData, 3333, &rc); in simple_oom_5() 519 testOomFetchData(pOom, pDb, pData, 0, &rc); in simple_oom_5() 520 testOomFetchData(pOom, pDb, pData, 4999, &rc); in simple_oom_5() 537 testOomFetchData(pOom, pDb, pData, 5001, &rc); in simple_oom_6() 538 testOomFetchData(pOom, pDb, pData, 1234, &rc); in simple_oom_6() 609 for(i=0; i<nRecord+nIns; i++) testOomFetchData(pOom, pDb2, pData, i, &rc); in simple_oom2_1()
|