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

/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c3378 * xmlValidateNotationUse:
3390 xmlValidateNotationUse(xmlValidCtxtPtr ctxt, xmlDocPtr doc, function
6575 ret = xmlValidateNotationUse(ctxt, cur->doc, notation);
H A Delfgcchack.h15186 #undef xmlValidateNotationUse macro
15187 extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse __attribute((alias("xmlValidateNotationUse__internal_alias")));
15189 #ifndef xmlValidateNotationUse
15190 extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse__internal_alias __attribute((visibility("hidden")));
15191 #define xmlValidateNotationUse xmlValidateNotationUse__internal_alias macro

Completed in 151 milliseconds