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

/external/libxml2/
H A Dvalid.c3340 * xmlValidateNotationUse:
3352 xmlValidateNotationUse(xmlValidCtxtPtr ctxt, xmlDocPtr doc, function
6658 ret = xmlValidateNotationUse(ctxt, cur->doc, notation);
H A Delfgcchack.h15464 #undef xmlValidateNotationUse macro
15465 extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse __attribute((alias("xmlValidateNotationUse__internal_alias")));
15467 #ifndef xmlValidateNotationUse
15468 extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse__internal_alias __attribute((visibility("hidden")));
15469 #define xmlValidateNotationUse xmlValidateNotationUse__internal_alias macro

Completed in 79 milliseconds