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

/external/libxml2/include/libxml/
H A Dvalid.h381 xmlValidateNotationUse (xmlValidCtxtPtr ctxt,
/external/libxml2/
H A Dvalid.c3387 * xmlValidateNotationUse:
3399 xmlValidateNotationUse(xmlValidCtxtPtr ctxt, xmlDocPtr doc, function
6698 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
H A Dxmlschemastypes.c2872 ret = xmlValidateNotationUse(NULL, node->doc, value);

Completed in 89 milliseconds