Lines Matching refs:xmlExpHashGetEntry
6562 xmlExpHashGetEntry(xmlExpCtxtPtr ctxt, xmlExpNodeType type, in xmlExpHashGetEntry() function
6644 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_right, right, in xmlExpHashGetEntry()
6647 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_left, tmp, in xmlExpHashGetEntry()
6659 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_right, in xmlExpHashGetEntry()
6662 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left, in xmlExpHashGetEntry()
6672 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left, in xmlExpHashGetEntry()
6675 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left, in xmlExpHashGetEntry()
6860 return(xmlExpHashGetEntry(ctxt, XML_EXP_ATOM, NULL, NULL, name, 0, 0)); in xmlExpNewAtom()
6885 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, left, right, NULL, 0, 0)); in xmlExpNewOr()
6910 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, left, right, NULL, 0, 0)); in xmlExpNewSeq()
6936 return(xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, subset, in xmlExpNewRange()
7121 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret, in xmlExpStringDeriveInt()
7144 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, exp->exp_right, in xmlExpStringDeriveInt()
7174 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left, NULL, in xmlExpStringDeriveInt()
7185 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, tmp, in xmlExpStringDeriveInt()
7270 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, in xmlExpDivide()
7371 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, tmp, ret, NULL, 0, 0)); in xmlExpExpDeriveInt()
7445 return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, in xmlExpExpDeriveInt()
7476 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, in xmlExpExpDeriveInt()
7482 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, in xmlExpExpDeriveInt()
7508 return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp, NULL, 0, 0)); in xmlExpExpDeriveInt()
7640 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left, in xmlExpExpDeriveInt()
7645 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, tmp, tmp2, in xmlExpExpDeriveInt()
7671 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left, in xmlExpExpDeriveInt()
7675 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, tmp, tmp2, in xmlExpExpDeriveInt()
7747 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, tmp3, NULL, 0, 0); in xmlExpExpDeriveInt()
7913 ret = xmlExpHashGetEntry(ctxt, XML_EXP_ATOM, NULL, NULL, val, 0, 0); in xmlExpParseOr()
7939 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL, in xmlExpParseOr()
7944 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL, in xmlExpParseOr()
7949 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL, in xmlExpParseOr()
7954 ret = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, ret, NULL, NULL, in xmlExpParseOr()
7975 ret = xmlExpHashGetEntry(ctxt, XML_EXP_OR, ret, right, NULL, 0, 0); in xmlExpParseSeq()
7995 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, right, NULL, 0, 0); in xmlExpParseExpr()