Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dziplist.c312 static int zipPrevLenByteDiff(unsigned char *p, unsigned int len) { in zipPrevLenByteDiff() function
545 nextdiff = zipPrevLenByteDiff(p,first.prevrawlen); in __ziplistDelete()
624 nextdiff = (p[0] != ZIP_END) ? zipPrevLenByteDiff(p,reqlen) : 0; in __ziplistInsert()