Searched defs:_JBL_NODE (Results 1 – 1 of 1) sorted by relevance
133 typedef struct _JBL_NODE { struct134 struct _JBL_NODE *next; argument135 struct _JBL_NODE *prev; argument136 struct _JBL_NODE *parent; /**< Optional parent */ argument142 struct _JBL_NODE *child; argument143 int vsize;144 jbl_type_t type;145 union {