Searched refs:pDbVal2 (Results 1 – 1 of 1) sorted by relevance
146 void *pDbVal2; in testFetchCompare() local156 rc = tdb_fetch(pDb, pKey, nKey, &pDbVal2, &nDbVal2); in testFetchCompare()160 && (nDbVal1!=nDbVal2 || (nDbVal1>0 && memcmp(pDbVal1, pDbVal2, nDbVal1))) in testFetchCompare()