Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_main.c145 void *pDbVal1; in testFetchCompare() local
153 rc = tdb_fetch(pControl, pKey, nKey, &pDbVal1, &nDbVal1); in testFetchCompare()
160 && (nDbVal1!=nDbVal2 || (nDbVal1>0 && memcmp(pDbVal1, pDbVal2, nDbVal1))) in testFetchCompare()