Searched defs:_xmlExpNode (Results 1 – 1 of 1) sorted by relevance
6446 struct _xmlExpNode { struct6447 unsigned char type;/* xmlExpNodeType */6448 unsigned char info;/* OR of xmlExpNodeInfo */6449 unsigned short key; /* the hash key */6450 unsigned int ref; /* The number of references */6451 int c_max; /* the maximum length it can consume */6452 xmlExpNodePtr exp_left;6453 xmlExpNodePtr next;/* the next node in the hash table or free list */6454 union {6463 } field;