Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_main.c19 static int lsm_memcmp(u8 *a, u8 *b, int c){ in lsm_memcmp() function
45 if( rc==0 && (nVal!=nDbVal || (nVal>0 && lsm_memcmp(pVal, pDbVal, nVal))) ){ in testFetch()