Searched refs:XML_EXP_SEQ (Results 1 – 5 of 5) sorted by relevance
/third_party/libxml2/include/libxml/ |
D | xmlregexp.h | 138 XML_EXP_SEQ = 3, enumerator
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xmlregexp.in.h | 167 XML_EXP_SEQ = 3, enumerator
|
D | xmlregexp.c | 6546 case XML_EXP_SEQ: in xmlExpHashComputeKey() 6724 } else if (type == XML_EXP_SEQ) { in xmlExpHashGetEntry() 6856 if ((exp->type == XML_EXP_SEQ) || (exp->type == XML_EXP_OR)) { in xmlExpFree() 6946 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, left, right, NULL, 0, 0)); in xmlExpNewSeq() 7001 case XML_EXP_SEQ: in xmlExpGetLanguageInt() 7056 case XML_EXP_SEQ: in xmlExpGetStartInt() 7161 case XML_EXP_SEQ: in xmlExpStringDeriveInt() 7180 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, exp->exp_right, in xmlExpStringDeriveInt() 7221 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, tmp, in xmlExpStringDeriveInt() 7380 if (sub->type == XML_EXP_SEQ) { in xmlExpExpDeriveInt() [all …]
|
/third_party/libxml2/ |
D | xmlregexp.c | 6608 case XML_EXP_SEQ: in xmlExpHashComputeKey() 6786 } else if (type == XML_EXP_SEQ) { in xmlExpHashGetEntry() 6918 if ((exp->type == XML_EXP_SEQ) || (exp->type == XML_EXP_OR)) { in xmlExpFree() 7008 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, left, right, NULL, 0, 0)); in xmlExpNewSeq() 7063 case XML_EXP_SEQ: in xmlExpGetLanguageInt() 7118 case XML_EXP_SEQ: in xmlExpGetStartInt() 7223 case XML_EXP_SEQ: in xmlExpStringDeriveInt() 7242 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, exp->exp_right, in xmlExpStringDeriveInt() 7283 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, tmp, in xmlExpStringDeriveInt() 7442 if (sub->type == XML_EXP_SEQ) { in xmlExpExpDeriveInt() [all …]
|
/third_party/libxml2/os400/libxmlrpg/ |
D | xmlregexp.rpgle | 156 d XML_EXP_SEQ c 3
|