• Home
  • Raw
  • Download

Lines Matching refs:XML_EXP_OR

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()
6753 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left, in xmlExpHashGetEntry()
6763 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left, in xmlExpHashGetEntry()
6766 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left, in xmlExpHashGetEntry()
6849 if (type == XML_EXP_OR) { in xmlExpHashGetEntry()
6911 if ((exp->type == XML_EXP_SEQ) || (exp->type == XML_EXP_OR)) { in xmlExpFree()
6976 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, left, right, NULL, 0, 0)); in xmlExpNewOr()
7057 case XML_EXP_OR: in xmlExpGetLanguageInt()
7123 case XML_EXP_OR: in xmlExpGetStartInt()
7197 case XML_EXP_OR: { in xmlExpStringDeriveInt()
7212 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret, in xmlExpStringDeriveInt()
7448 if (sub->type == XML_EXP_OR) { in xmlExpExpDeriveInt()
7462 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret, NULL, 0, 0)); in xmlExpExpDeriveInt()
7587 case XML_EXP_OR: in xmlExpExpDeriveInt()
7599 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp, NULL, 0, 0)); in xmlExpExpDeriveInt()
7838 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp3, NULL, 0, 0); in xmlExpExpDeriveInt()
8066 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, right, NULL, 0, 0); in xmlExpParseSeq()
8144 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR)) in xmlExpDumpInt()
8150 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR)) in xmlExpDumpInt()
8155 case XML_EXP_OR: in xmlExpDumpInt()
8157 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR)) in xmlExpDumpInt()
8163 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR)) in xmlExpDumpInt()
8172 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR)) in xmlExpDumpInt()