Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dquicklist.h112 #define QUICKLIST_NODE_CONTAINER_ZIPLIST 2 macro
H A Dquicklist.c146 node->container = QUICKLIST_NODE_CONTAINER_ZIPLIST; in quicklistCreateNode()