Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dziplist.c332 unsigned int zipStoreEntryEncoding(unsigned char *p, unsigned char encoding, unsigned int rawlen) { in zipStoreEntryEncoding() function
776 reqlen += zipStoreEntryEncoding(NULL,encoding,slen); in __ziplistInsert()
831 p += zipStoreEntryEncoding(p,encoding,slen); in __ziplistInsert()