• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs:xmlExpHashGetEntry

6463  * xmlExpHashGetEntry:
6473 xmlExpHashGetEntry(xmlExpCtxtPtr ctxt, xmlExpNodeType type,
6555 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_right, right,
6558 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_left, tmp,
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,
6771 return(xmlExpHashGetEntry(ctxt, XML_EXP_ATOM, NULL, NULL, name, 0, 0));
6796 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, left, right, NULL, 0, 0));
6821 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, left, right, NULL, 0, 0));
6847 return(xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, subset,
7032 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret,
7055 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, exp->exp_right,
7085 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left, NULL,
7096 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, tmp,
7181 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT,
7282 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret, NULL, 0, 0));
7356 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret,
7387 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret,
7393 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT,
7419 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp, NULL, 0, 0));
7551 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left,
7556 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, tmp, tmp2,
7582 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left,
7586 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, tmp, tmp2,
7658 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp3, NULL, 0, 0);
7824 ret = xmlExpHashGetEntry(ctxt, XML_EXP_ATOM, NULL, NULL, val, 0, 0);
7850 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL,
7855 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL,
7860 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL,
7865 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL,
7886 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, right, NULL, 0, 0);
7906 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, right, NULL, 0, 0);