Searched refs:QUICKLIST_NODE_CONTAINER_ZIPLIST (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ | ||
| H A D | quicklist.h | 112 #define QUICKLIST_NODE_CONTAINER_ZIPLIST 2 macro |
| H A D | quicklist.c | 146 node->container = QUICKLIST_NODE_CONTAINER_ZIPLIST; in quicklistCreateNode() |