Searched defs:_xmlExpNode (Results 1 – 1 of 1) sorted by relevance
6379 struct _xmlExpNode { struct6380 unsigned char type;/* xmlExpNodeType */6381 unsigned char info;/* OR of xmlExpNodeInfo */6382 unsigned short key; /* the hash key */6383 unsigned int ref; /* The number of references */6384 int c_max; /* the maximum length it can consume */6385 xmlExpNodePtr exp_left;6386 xmlExpNodePtr next;/* the next node in the hash table or free list */6387 union {6396 } field;