Searched defs:_xmlExpNode (Results 1 – 2 of 2) sorted by relevance
6475 struct _xmlExpNode { struct6476 unsigned char type;/* xmlExpNodeType */6477 unsigned char info;/* OR of xmlExpNodeInfo */6478 unsigned short key; /* the hash key */6479 unsigned int ref; /* The number of references */6480 int c_max; /* the maximum length it can consume */6481 xmlExpNodePtr exp_left;6482 xmlExpNodePtr next;/* the next node in the hash table or free list */6483 union {6492 } field;
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;