Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dziplist.c464 int zipPrevLenByteDiff(unsigned char *p, unsigned int len) { in zipPrevLenByteDiff() function
697 nextdiff = zipPrevLenByteDiff(p,first.prevrawlen); in __ziplistDelete()
782 nextdiff = (p[0] != ZIP_END) ? zipPrevLenByteDiff(p,reqlen) : 0; in __ziplistInsert()