Searched refs:XML_EXP_OR (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/ |
D | xmlregexp.c | 6523 case XML_EXP_OR: in xmlExpHashComputeKey() 6605 } else if (type == XML_EXP_OR) { in xmlExpHashGetEntry() 6624 if ((left->type == XML_EXP_OR) && (right->type != XML_EXP_OR)) { in xmlExpHashGetEntry() 6631 if (right->type == XML_EXP_OR) { in xmlExpHashGetEntry() 6640 if (left->type == XML_EXP_OR) { in xmlExpHashGetEntry() 6644 if ((left->exp_right->type != XML_EXP_OR) && in xmlExpHashGetEntry() 6651 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_right, right, in xmlExpHashGetEntry() 6654 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_left, tmp, in xmlExpHashGetEntry() 6660 if (right->type == XML_EXP_OR) { in xmlExpHashGetEntry() 6666 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
|