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

/external/libxml2/
H A Dxmlregexp.c7151 static xmlExpNodePtr xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp,
7190 tmp2 = xmlExpExpDeriveInt(ctxt, tmp, exp);
7219 * xmlExpExpDeriveInt:
7230 xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) { function
7259 tmp = xmlExpExpDeriveInt(ctxt, exp, sub->exp_left);
7264 ret = xmlExpExpDeriveInt(ctxt, tmp, sub->exp_right);
7272 tmp = xmlExpExpDeriveInt(ctxt, exp, sub->exp_left);
7277 ret = xmlExpExpDeriveInt(ctxt, exp, sub->exp_right);
7343 ret = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub);
7371 ret = xmlExpExpDeriveInt(ctx
[all...]

Completed in 77 milliseconds