Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dziplist.c355 static void zipSaveInteger(unsigned char *p, int64_t value, unsigned char encoding) { in zipSaveInteger() function
670 zipSaveInteger(p,value,encoding); in __ziplistInsert()