Home
last modified time | relevance | path

Searched defs:_xmlExpNode (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlregexp.c6537 struct _xmlExpNode { struct
6538 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;