Searched refs:xmlValidateElementDecl (Results 1 – 4 of 4) sorted by relevance
318 xmlValidateElementDecl (xmlValidCtxtPtr ctxt,
15182 #undef xmlValidateElementDecl15183 extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl __attribute((alias("xmlValidateElem…15185 #ifndef xmlValidateElementDecl15186 extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl__internal_alias __attribute((visibi…15187 #define xmlValidateElementDecl xmlValidateElementDecl__internal_alias macro
803 xmlValidateElementDecl(&ctxt->vctxt, ctxt->myDoc, elem); in xmlSAX2ElementDecl()
4227 xmlValidateElementDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, in xmlValidateElementDecl() function