• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs:XML_EXP_OR

6427         case XML_EXP_OR:
6509 } else if (type == XML_EXP_OR) {
6528 if ((left->type == XML_EXP_OR) && (right->type != XML_EXP_OR)) {
6535 if (right->type == XML_EXP_OR) {
6544 if (left->type == XML_EXP_OR) {
6548 if ((left->exp_right->type != XML_EXP_OR) &&
6555 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_right, right,
6558 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_left, tmp,
6564 if (right->type == XML_EXP_OR) {
6570 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_right,
6573 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left,
6583 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left,
6586 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left,
6592 /* we know both types are != XML_EXP_OR here */
6669 if (type == XML_EXP_OR) {
6731 if ((exp->type == XML_EXP_SEQ) || (exp->type == XML_EXP_OR)) {
6796 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, left, right, NULL, 0, 0));
6877 case XML_EXP_OR:
6943 case XML_EXP_OR:
7017 case XML_EXP_OR: {
7032 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret,
7268 if (sub->type == XML_EXP_OR) {
7282 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret, NULL, 0, 0));
7407 case XML_EXP_OR:
7419 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp, NULL, 0, 0));
7658 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp3, NULL, 0, 0);
7886 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, right, NULL, 0, 0);
7964 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR))
7970 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR))
7975 case XML_EXP_OR:
7977 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR))
7983 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR))
7992 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR))