Lines Matching refs:xmlExpExpDeriveInt
7240 static xmlExpNodePtr xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp,
7279 tmp2 = xmlExpExpDeriveInt(ctxt, tmp, exp); in xmlExpDivide()
7319 xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) { in xmlExpExpDeriveInt() function
7348 tmp = xmlExpExpDeriveInt(ctxt, exp, sub->exp_left); in xmlExpExpDeriveInt()
7353 ret = xmlExpExpDeriveInt(ctxt, tmp, sub->exp_right); in xmlExpExpDeriveInt()
7361 tmp = xmlExpExpDeriveInt(ctxt, exp, sub->exp_left); in xmlExpExpDeriveInt()
7366 ret = xmlExpExpDeriveInt(ctxt, exp, sub->exp_right); in xmlExpExpDeriveInt()
7432 ret = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub); in xmlExpExpDeriveInt()
7460 ret = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub->exp_left); in xmlExpExpDeriveInt()
7488 ret = xmlExpExpDeriveInt(ctxt, tmp, tmp2); in xmlExpExpDeriveInt()
7500 ret = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub); in xmlExpExpDeriveInt()
7503 tmp = xmlExpExpDeriveInt(ctxt, exp->exp_right, sub); in xmlExpExpDeriveInt()
7516 tmp = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub->exp_left); in xmlExpExpDeriveInt()
7649 tmp = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub); in xmlExpExpDeriveInt()
7734 tmp3 = xmlExpExpDeriveInt(ctxt, tmp, tmp2); in xmlExpExpDeriveInt()
7792 return(xmlExpExpDeriveInt(ctxt, exp, sub)); in xmlExpExpDerive()
7832 tmp = xmlExpExpDeriveInt(ctxt, exp, sub); in xmlExpSubsume()