Lines Matching refs:xmlExpHashGetEntry

6598 xmlExpHashGetEntry(xmlExpCtxtPtr ctxt, xmlExpNodeType type,  in xmlExpHashGetEntry()  function
6680 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_right, right, in xmlExpHashGetEntry()
6683 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_left, tmp, in xmlExpHashGetEntry()
6695 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_right, in xmlExpHashGetEntry()
6698 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left, in xmlExpHashGetEntry()
6708 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left, in xmlExpHashGetEntry()
6711 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left, in xmlExpHashGetEntry()
6896 return(xmlExpHashGetEntry(ctxt, XML_EXP_ATOM, NULL, NULL, name, 0, 0)); in xmlExpNewAtom()
6921 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, left, right, NULL, 0, 0)); in xmlExpNewOr()
6946 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, left, right, NULL, 0, 0)); in xmlExpNewSeq()
6972 return(xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, subset, in xmlExpNewRange()
7157 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret, in xmlExpStringDeriveInt()
7180 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, exp->exp_right, in xmlExpStringDeriveInt()
7210 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left, NULL, in xmlExpStringDeriveInt()
7221 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, tmp, in xmlExpStringDeriveInt()
7306 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, in xmlExpDivide()
7407 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret, NULL, 0, 0)); in xmlExpExpDeriveInt()
7481 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, in xmlExpExpDeriveInt()
7512 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, in xmlExpExpDeriveInt()
7518 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, in xmlExpExpDeriveInt()
7544 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp, NULL, 0, 0)); in xmlExpExpDeriveInt()
7676 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left, in xmlExpExpDeriveInt()
7681 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, tmp, tmp2, in xmlExpExpDeriveInt()
7707 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left, in xmlExpExpDeriveInt()
7711 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, tmp, tmp2, in xmlExpExpDeriveInt()
7783 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp3, NULL, 0, 0); in xmlExpExpDeriveInt()
7949 ret = xmlExpHashGetEntry(ctxt, XML_EXP_ATOM, NULL, NULL, val, 0, 0); in xmlExpParseOr()
7975 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL, in xmlExpParseOr()
7980 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL, in xmlExpParseOr()
7985 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL, in xmlExpParseOr()
7990 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL, in xmlExpParseOr()
8011 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, right, NULL, 0, 0); in xmlExpParseSeq()
8031 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, right, NULL, 0, 0); in xmlExpParseExpr()