XML_EXP_OR       6496 third_party/libxml/src/xmlregexp.c         case XML_EXP_OR:
XML_EXP_OR       6578 third_party/libxml/src/xmlregexp.c     } else if (type == XML_EXP_OR) {
XML_EXP_OR       6597 third_party/libxml/src/xmlregexp.c         if ((left->type == XML_EXP_OR) && (right->type != XML_EXP_OR)) {
XML_EXP_OR       6604 third_party/libxml/src/xmlregexp.c         if (right->type == XML_EXP_OR) {
XML_EXP_OR       6613 third_party/libxml/src/xmlregexp.c         if (left->type == XML_EXP_OR) {
XML_EXP_OR       6617 third_party/libxml/src/xmlregexp.c 	    if ((left->exp_right->type != XML_EXP_OR) &&
XML_EXP_OR       6624 third_party/libxml/src/xmlregexp.c 	    tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_right, right,
XML_EXP_OR       6627 third_party/libxml/src/xmlregexp.c 	    tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_left, tmp,
XML_EXP_OR       6633 third_party/libxml/src/xmlregexp.c 	if (right->type == XML_EXP_OR) {
XML_EXP_OR       6639 third_party/libxml/src/xmlregexp.c 		tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_right,
XML_EXP_OR       6642 third_party/libxml/src/xmlregexp.c 		tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left,
XML_EXP_OR       6652 third_party/libxml/src/xmlregexp.c 		tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left,
XML_EXP_OR       6655 third_party/libxml/src/xmlregexp.c 		tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left,
XML_EXP_OR       6738 third_party/libxml/src/xmlregexp.c 	if (type == XML_EXP_OR) {
XML_EXP_OR       6800 third_party/libxml/src/xmlregexp.c         if ((exp->type == XML_EXP_SEQ) || (exp->type == XML_EXP_OR)) {
XML_EXP_OR       6865 third_party/libxml/src/xmlregexp.c     return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, left, right, NULL, 0, 0));
XML_EXP_OR       6946 third_party/libxml/src/xmlregexp.c         case XML_EXP_OR:
XML_EXP_OR       7012 third_party/libxml/src/xmlregexp.c         case XML_EXP_OR:
XML_EXP_OR       7086 third_party/libxml/src/xmlregexp.c 	case XML_EXP_OR: {
XML_EXP_OR       7101 third_party/libxml/src/xmlregexp.c             ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret,
XML_EXP_OR       7337 third_party/libxml/src/xmlregexp.c     if (sub->type == XML_EXP_OR) {
XML_EXP_OR       7351 third_party/libxml/src/xmlregexp.c 	return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret, NULL, 0, 0));
XML_EXP_OR       7476 third_party/libxml/src/xmlregexp.c         case XML_EXP_OR:
XML_EXP_OR       7488 third_party/libxml/src/xmlregexp.c 	    return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp, NULL, 0, 0));
XML_EXP_OR       7727 third_party/libxml/src/xmlregexp.c 	    ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp3, NULL, 0, 0);
XML_EXP_OR       7955 third_party/libxml/src/xmlregexp.c 	ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, right, NULL, 0, 0);
XML_EXP_OR       8033 third_party/libxml/src/xmlregexp.c 	    if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR))
XML_EXP_OR       8039 third_party/libxml/src/xmlregexp.c 	    if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR))
XML_EXP_OR       8044 third_party/libxml/src/xmlregexp.c         case XML_EXP_OR:
XML_EXP_OR       8046 third_party/libxml/src/xmlregexp.c 	    if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR))
XML_EXP_OR       8052 third_party/libxml/src/xmlregexp.c 	    if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR))
XML_EXP_OR       8061 third_party/libxml/src/xmlregexp.c 	    if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR))