Home
last modified time | relevance | path

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

/dports/textproc/redisearch20/RediSearch-2.0.15/src/util/
H A Ddllist.h11 typedef struct DLLIST_node { struct
12 struct DLLIST_node *next; argument
13 struct DLLIST_node *prev; argument
14 } DLLIST_node, DLLIST; typedef
/dports/textproc/redisearch16/RediSearch-1.6.16/src/util/
H A Ddllist.h11 typedef struct DLLIST_node { struct
12 struct DLLIST_node *next; argument
13 struct DLLIST_node *prev; argument
14 } DLLIST_node, DLLIST; typedef
/dports/textproc/redisearch/RediSearch-2.2.5/src/util/
H A Ddllist.h11 typedef struct DLLIST_node { struct
12 struct DLLIST_node *next; argument
13 struct DLLIST_node *prev; argument
14 } DLLIST_node, DLLIST; typedef