• Home
  • Raw
  • Download

Lines Matching refs:XML_EXP_OR

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()
6669 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left, in xmlExpHashGetEntry()
6679 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left, in xmlExpHashGetEntry()
6682 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left, in xmlExpHashGetEntry()
6765 if (type == XML_EXP_OR) { in xmlExpHashGetEntry()
6827 if ((exp->type == XML_EXP_SEQ) || (exp->type == XML_EXP_OR)) { in xmlExpFree()
6892 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, left, right, NULL, 0, 0)); in xmlExpNewOr()
6973 case XML_EXP_OR: in xmlExpGetLanguageInt()
7039 case XML_EXP_OR: in xmlExpGetStartInt()
7113 case XML_EXP_OR: { in xmlExpStringDeriveInt()
7128 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret, in xmlExpStringDeriveInt()
7364 if (sub->type == XML_EXP_OR) { in xmlExpExpDeriveInt()
7378 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret, NULL, 0, 0)); in xmlExpExpDeriveInt()
7503 case XML_EXP_OR: in xmlExpExpDeriveInt()
7515 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp, NULL, 0, 0)); in xmlExpExpDeriveInt()
7754 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp3, NULL, 0, 0); in xmlExpExpDeriveInt()
7982 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, right, NULL, 0, 0); in xmlExpParseSeq()
8060 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR)) in xmlExpDumpInt()
8066 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR)) in xmlExpDumpInt()
8071 case XML_EXP_OR: in xmlExpDumpInt()
8073 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR)) in xmlExpDumpInt()
8079 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR)) in xmlExpDumpInt()
8088 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR)) in xmlExpDumpInt()