Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dadlist.h61 #define listNextNode(n) ((n)->next) macro
H A Ddb.c742 nextnode = listNextNode(node); in scanGenericCommand()
774 nextnode = listNextNode(node); in scanGenericCommand()