Searched defs:xmlExpSubsume (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c7776 * xmlExpSubsume:
7787 xmlExpSubsume(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) { function
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
/external/libxml2/
H A Dxmlregexp.c7790 * xmlExpSubsume:
7801 xmlExpSubsume(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) { function
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

Completed in 186 milliseconds