Searched refs:pDbVal (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest1.c | 608 void *pDbVal; in doDataTest3() local 613 dbrc = tdb_fetch(pDb, aKey, sizeof(aKey)-1, &pDbVal, &nDbVal); in doDataTest3()
|
| H A D | lsmtest_main.c | 37 void *pDbVal; in testFetch() local 43 rc = tdb_fetch(pDb, pKey, nKey, &pDbVal, &nDbVal); in testFetch() 45 if( rc==0 && (nVal!=nDbVal || (nVal>0 && lsm_memcmp(pVal, pDbVal, nVal))) ){ in testFetch()
|