Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Dxmlregexp.c6419 struct _xmlExpNode { struct
6420 unsigned char type;/* xmlExpNodeType */
6421 unsigned char info;/* OR of xmlExpNodeInfo */
6422 unsigned short key; /* the hash key */
6423 unsigned int ref; /* The number of references */
6424 int c_max; /* the maximum length it can consume */
6425 xmlExpNodePtr exp_left;
6426 xmlExpNodePtr next;/* the next node in the hash table or free list */
6427 union {
6436 } field;
/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;