Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Dxmlregexp.c6383 struct _xmlExpNode { struct
6384 unsigned char type;/* xmlExpNodeType */
6385 unsigned char info;/* OR of xmlExpNodeInfo */
6386 unsigned short key; /* the hash key */
6387 unsigned int ref; /* The number of references */
6388 int c_max; /* the maximum length it can consume */
6389 xmlExpNodePtr exp_left;
6390 xmlExpNodePtr next;/* the next node in the hash table or free list */
6391 union {
6400 } field;