Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest6.c51 static void testOomAssert(OomTest *p, int bVal){ in testOomAssert() function
64 testOomAssert(p, rc==LSM_OK || rc==LSM_NOMEM); in testOomAssertRc()
65 testOomAssert(p, testOomHit(p)==(rc==LSM_NOMEM) || p->bEnable==0 ); in testOomAssertRc()
101 testOomAssert(pOom, lsm_csr_valid(pCsr)); in testOomFetch()
105 testOomAssert(pOom, rc!=LSM_OK || (n==nKey && memcmp(pKey, p, nKey)==0) ); in testOomFetch()
110 testOomAssert(pOom, lsm_csr_valid(pCsr)); in testOomFetch()
114 testOomAssert(pOom, rc!=LSM_OK || (n==nVal && memcmp(pVal, p, nVal)==0) ); in testOomFetch()