Searched refs:zipPrevLenByteDiff (Results 1 – 1 of 1) sorted by relevance
312 static int zipPrevLenByteDiff(unsigned char *p, unsigned int len) { in zipPrevLenByteDiff() function545 nextdiff = zipPrevLenByteDiff(p,first.prevrawlen); in __ziplistDelete()624 nextdiff = (p[0] != ZIP_END) ? zipPrevLenByteDiff(p,reqlen) : 0; in __ziplistInsert()