• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/

Lines Matching refs:XML_EXP_OR

6302         case XML_EXP_OR:
6384 } else if (type == XML_EXP_OR) {
6403 if ((left->type == XML_EXP_OR) && (right->type != XML_EXP_OR)) {
6410 if (right->type == XML_EXP_OR) {
6419 if (left->type == XML_EXP_OR) {
6423 if ((left->exp_right->type != XML_EXP_OR) &&
6430 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_right, right,
6433 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_left, tmp,
6439 if (right->type == XML_EXP_OR) {
6445 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_right,
6448 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left,
6458 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left,
6461 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left,
6467 /* we know both types are != XML_EXP_OR here */
6544 if (type == XML_EXP_OR) {
6606 if ((exp->type == XML_EXP_SEQ) || (exp->type == XML_EXP_OR)) {
6671 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, left, right, NULL, 0, 0));
6752 case XML_EXP_OR:
6818 case XML_EXP_OR:
6892 case XML_EXP_OR: {
6907 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret,
7143 if (sub->type == XML_EXP_OR) {
7157 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret, NULL, 0, 0));
7282 case XML_EXP_OR:
7294 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp, NULL, 0, 0));
7533 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp3, NULL, 0, 0);
7761 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, right, NULL, 0, 0);
7839 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR))
7845 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR))
7850 case XML_EXP_OR:
7852 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR))
7858 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR))
7867 if ((c->type == XML_EXP_SEQ) || (c->type == XML_EXP_OR))