Home
last modified time | relevance | path

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

/third_party/ejdb/src/jbl/
Djbl.h133 typedef struct _JBL_NODE { struct
134 struct _JBL_NODE *next; argument
135 struct _JBL_NODE *prev; argument
136 struct _JBL_NODE *parent; /**< Optional parent */ argument
142 struct _JBL_NODE *child; argument
143 int vsize;
144 jbl_type_t type;
145 union {