Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dquicklist.h158 int quicklistCompare(unsigned char *p1, unsigned char *p2, int p2_len);
H A Dquicklist.c1042 int quicklistCompare(unsigned char *p1, unsigned char *p2, int p2_len) { in quicklistCompare() function
2296 if (quicklistCompare(entry.zi, (unsigned char *)"bar", 3)) { in quicklistTest()
2326 if (quicklistCompare(entry.zi, (unsigned char *)"foo", 3)) { in quicklistTest()
2377 if (quicklistCompare(entry.zi, (unsigned char *)"hij", 3)) { in quicklistTest()
2392 if (!quicklistCompare(entry.zi, (unsigned char *)vals[i], in quicklistTest()
H A Dt_list.c163 return quicklistCompare(entry->entry.zi,o->ptr,sdslen(o->ptr)); in listTypeEqual()