Searched refs:ptail (Results 1 – 1 of 1) sorted by relevance
758 unsigned char *ptail = ZIPLIST_ENTRY_TAIL(zl); in __ziplistInsert() local759 if (ptail[0] != ZIP_END) { in __ziplistInsert()760 prevlen = zipRawEntryLength(ptail); in __ziplistInsert()