Home | History | Annotate | Download | only in libxml2

Lines Matching refs:XML_EXP_OR

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