Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
Dxmlregexp.c6475 struct _xmlExpNode { struct
6476 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;
/third_party/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;