Searched defs:_xmlExpNode (Results 1 – 1 of 1) sorted by relevance
6530 struct _xmlExpNode { struct6531 unsigned char type;/* xmlExpNodeType */6532 unsigned char info;/* OR of xmlExpNodeInfo */6533 unsigned short key; /* the hash key */6534 unsigned int ref; /* The number of references */6535 int c_max; /* the maximum length it can consume */6536 xmlExpNodePtr exp_left;6537 xmlExpNodePtr next;/* the next node in the hash table or free list */6538 union {6547 } field;