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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlregexp.h209 xmlExpSubsume (xmlExpCtxtPtr ctxt,
/external/libxml2/include/libxml/
H A Dxmlregexp.h209 xmlExpSubsume (xmlExpCtxtPtr ctxt,
/external/chromium_org/third_party/libxml/src/
H A DtestRegexp.c147 ret = xmlExpSubsume(ctxt, expr, sub);
H A Delfgcchack.h3374 #undef xmlExpSubsume macro
3375 extern __typeof (xmlExpSubsume) xmlExpSubsume __attribute((alias("xmlExpSubsume__internal_alias")));
3377 #ifndef xmlExpSubsume
3378 extern __typeof (xmlExpSubsume) xmlExpSubsume__internal_alias __attribute((visibility("hidden")));
3379 #define xmlExpSubsume xmlExpSubsume__internal_alias macro
H A Dxmlregexp.c7776 * xmlExpSubsume:
7787 xmlExpSubsume(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) { function
H A Dtestapi.c33189 ret_val = xmlExpSubsume(ctxt, exp, sub);
33197 printf("Leak of %d blocks found in xmlExpSubsume",
[all...]
/external/libxml2/
H A Delfgcchack.h3466 #undef xmlExpSubsume macro
3467 extern __typeof (xmlExpSubsume) xmlExpSubsume __attribute((alias("xmlExpSubsume__internal_alias")));
3469 #ifndef xmlExpSubsume
3470 extern __typeof (xmlExpSubsume) xmlExpSubsume__internal_alias __attribute((visibility("hidden")));
3471 #define xmlExpSubsume xmlExpSubsume__internal_alias macro
H A Dxmlregexp.c7790 * xmlExpSubsume:
7801 xmlExpSubsume(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) { function

Completed in 932 milliseconds