Home
last modified time | relevance | path

Searched defs:listNode (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dadlist.h36 typedef struct listNode { struct
37 struct listNode *prev; argument
38 struct listNode *next; argument
40 } listNode; typedef