Home
last modified time | relevance | path

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

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