Searched defs:_xmlExpNode (Results 1 – 1 of 1) sorted by relevance
6537 struct _xmlExpNode { struct6538 unsigned char type;/* xmlExpNodeType */6539 unsigned char info;/* OR of xmlExpNodeInfo */6540 unsigned short key; /* the hash key */6541 unsigned int ref; /* The number of references */6542 int c_max; /* the maximum length it can consume */6543 xmlExpNodePtr exp_left;6544 xmlExpNodePtr next;/* the next node in the hash table or free list */6545 union {6554 } field;