Home
last modified time | relevance | path

Searched refs:xmlExpExpDeriveInt (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlregexp.c7247 static xmlExpNodePtr xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp,
7286 tmp2 = xmlExpExpDeriveInt(ctxt, tmp, exp); in xmlExpDivide()
7326 xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) { in xmlExpExpDeriveInt() function
7355 tmp = xmlExpExpDeriveInt(ctxt, exp, sub->exp_left); in xmlExpExpDeriveInt()
7360 ret = xmlExpExpDeriveInt(ctxt, tmp, sub->exp_right); in xmlExpExpDeriveInt()
7368 tmp = xmlExpExpDeriveInt(ctxt, exp, sub->exp_left); in xmlExpExpDeriveInt()
7373 ret = xmlExpExpDeriveInt(ctxt, exp, sub->exp_right); in xmlExpExpDeriveInt()
7439 ret = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub); in xmlExpExpDeriveInt()
7467 ret = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub->exp_left); in xmlExpExpDeriveInt()
7495 ret = xmlExpExpDeriveInt(ctxt, tmp, tmp2); in xmlExpExpDeriveInt()
[all …]