Searched defs:_LIST_ENTRY (Results 1 – 5 of 5) sorted by relevance
13 typedef struct _LIST_ENTRY { struct14 struct _LIST_ENTRY *ForwardLink; argument15 struct _LIST_ENTRY *BackLink; argument
28 typedef struct _LIST_ENTRY { struct29 struct _LIST_ENTRY *Flink; argument30 struct _LIST_ENTRY *Blink; argument
43 struct _LIST_ENTRY { struct44 LIST_ENTRY *ForwardLink;45 LIST_ENTRY *BackLink;