• Home
  • Raw
  • Download

Lines Matching refs:XML_EXP_SEQ

6517         case XML_EXP_SEQ:  in xmlExpHashComputeKey()
6695 } else if (type == XML_EXP_SEQ) { in xmlExpHashGetEntry()
6827 if ((exp->type == XML_EXP_SEQ) || (exp->type == XML_EXP_OR)) { in xmlExpFree()
6917 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, left, right, NULL, 0, 0)); in xmlExpNewSeq()
6972 case XML_EXP_SEQ: in xmlExpGetLanguageInt()
7027 case XML_EXP_SEQ: in xmlExpGetStartInt()
7132 case XML_EXP_SEQ: in xmlExpStringDeriveInt()
7151 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, exp->exp_right, in xmlExpStringDeriveInt()
7192 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, tmp, in xmlExpStringDeriveInt()
7351 if (sub->type == XML_EXP_SEQ) { in xmlExpExpDeriveInt()
7432 case XML_EXP_SEQ: in xmlExpExpDeriveInt()
7452 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, in xmlExpExpDeriveInt()
7483 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, in xmlExpExpDeriveInt()
7652 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, tmp, tmp2, in xmlExpExpDeriveInt()
7682 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, tmp, tmp2, in xmlExpExpDeriveInt()
8002 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, right, NULL, 0, 0); in xmlExpParseExpr()
8058 case XML_EXP_SEQ: in xmlExpDumpInt()
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()
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()