Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dziplist.c758 unsigned char *ptail = ZIPLIST_ENTRY_TAIL(zl); in __ziplistInsert() local
759 if (ptail[0] != ZIP_END) { in __ziplistInsert()
760 prevlen = zipRawEntryLength(ptail); in __ziplistInsert()