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

/external/chromium_org/third_party/libxml/src/
H A Dvalid.c3339 * xmlValidateNotationUse:
3351 xmlValidateNotationUse(xmlValidCtxtPtr ctxt, xmlDocPtr doc, function
6648 ret = xmlValidateNotationUse(ctxt, cur->doc, notation);
H A Delfgcchack.h15290 #undef xmlValidateNotationUse macro
15291 extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse __attribute((alias("xmlValidateNotationUse__internal_alias")));
15293 #ifndef xmlValidateNotationUse
15294 extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse__internal_alias __attribute((visibility("hidden")));
15295 #define xmlValidateNotationUse xmlValidateNotationUse__internal_alias macro
/external/libxml2/
H A Dvalid.c3339 * xmlValidateNotationUse:
3351 xmlValidateNotationUse(xmlValidCtxtPtr ctxt, xmlDocPtr doc, function
6655 ret = xmlValidateNotationUse(ctxt, cur->doc, notation);
H A Delfgcchack.h15290 #undef xmlValidateNotationUse macro
15291 extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse __attribute((alias("xmlValidateNotationUse__internal_alias")));
15293 #ifndef xmlValidateNotationUse
15294 extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse__internal_alias __attribute((visibility("hidden")));
15295 #define xmlValidateNotationUse xmlValidateNotationUse__internal_alias macro

Completed in 227 milliseconds