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

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c7220 static xmlExpNodePtr xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp,
7259 tmp2 = xmlExpExpDeriveInt(ctxt, tmp, exp);
7288 * xmlExpExpDeriveInt:
7299 xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) { function
7328 tmp = xmlExpExpDeriveInt(ctxt, exp, sub->exp_left);
7333 ret = xmlExpExpDeriveInt(ctxt, tmp, sub->exp_right);
7341 tmp = xmlExpExpDeriveInt(ctxt, exp, sub->exp_left);
7346 ret = xmlExpExpDeriveInt(ctxt, exp, sub->exp_right);
7412 ret = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub);
7440 ret = xmlExpExpDeriveInt(ctx
[all...]
/external/libxml2/
H A Dxmlregexp.c7234 static xmlExpNodePtr xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp,
7273 tmp2 = xmlExpExpDeriveInt(ctxt, tmp, exp);
7302 * xmlExpExpDeriveInt:
7313 xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) { function
7342 tmp = xmlExpExpDeriveInt(ctxt, exp, sub->exp_left);
7347 ret = xmlExpExpDeriveInt(ctxt, tmp, sub->exp_right);
7355 tmp = xmlExpExpDeriveInt(ctxt, exp, sub->exp_left);
7360 ret = xmlExpExpDeriveInt(ctxt, exp, sub->exp_right);
7426 ret = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub);
7454 ret = xmlExpExpDeriveInt(ctx
[all...]

Completed in 91 milliseconds