• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/

Lines Matching refs:xmlExpHashGetEntry

6338  * xmlExpHashGetEntry:
6348 xmlExpHashGetEntry(xmlExpCtxtPtr ctxt, xmlExpNodeType type,
6430 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_right, right,
6433 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_left, tmp,
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,
6646 return(xmlExpHashGetEntry(ctxt, XML_EXP_ATOM, NULL, NULL, name, 0, 0));
6671 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, left, right, NULL, 0, 0));
6696 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, left, right, NULL, 0, 0));
6722 return(xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, subset,
6907 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret,
6930 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, exp->exp_right,
6960 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left, NULL,
6971 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, tmp,
7056 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT,
7157 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret, NULL, 0, 0));
7231 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret,
7262 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret,
7268 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT,
7294 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp, NULL, 0, 0));
7426 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left,
7431 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, tmp, tmp2,
7457 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left,
7461 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, tmp, tmp2,
7533 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp3, NULL, 0, 0);
7699 ret = xmlExpHashGetEntry(ctxt, XML_EXP_ATOM, NULL, NULL, val, 0, 0);
7725 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL,
7730 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL,
7735 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL,
7740 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL,
7761 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, right, NULL, 0, 0);
7781 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, right, NULL, 0, 0);