Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dquicklist.c2342 size_t resB = sizeof(resultB) / sizeof(*resultB); in quicklistTest() local
2346 if (strncmp((char *)entry.value, resultB[resB - 1 - i], in quicklistTest()
2349 i, entry.sz, entry.value, resultB[resB - 1 - i]); in quicklistTest()