Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c6433 struct _xmlExpNode { struct
6434 unsigned char type;/* xmlExpNodeType */
6435 unsigned char info;/* OR of xmlExpNodeInfo */
6436 unsigned short key; /* the hash key */
6437 unsigned int ref; /* The number of references */
6438 int c_max; /* the maximum length it can consume */
6439 xmlExpNodePtr exp_left;
6440 xmlExpNodePtr next;/* the next node in the hash table or free list */
6441 union {
6450 } field;