Home
last modified time | relevance | path

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

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