Searched refs:XML_EXP_OR (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/ |
D | xmlregexp.c | 6607 case XML_EXP_OR: in xmlExpHashComputeKey() 6689 } else if (type == XML_EXP_OR) { in xmlExpHashGetEntry() 6708 if ((left->type == XML_EXP_OR) && (right->type != XML_EXP_OR)) { in xmlExpHashGetEntry() 6715 if (right->type == XML_EXP_OR) { in xmlExpHashGetEntry() 6724 if (left->type == XML_EXP_OR) { in xmlExpHashGetEntry() 6728 if ((left->exp_right->type != XML_EXP_OR) && in xmlExpHashGetEntry() 6735 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_right, right, in xmlExpHashGetEntry() 6738 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_left, tmp, in xmlExpHashGetEntry() 6744 if (right->type == XML_EXP_OR) { in xmlExpHashGetEntry() 6750 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_right, in xmlExpHashGetEntry() [all …]
|
/external/libxml2/include/libxml/ |
D | xmlregexp.h | 139 XML_EXP_OR = 4, enumerator
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlregexp.rpgle | 157 d XML_EXP_OR c 4
|