xmlValidateAttributeDecl  752 third_party/libxml/src/SAX2.c 	ctxt->valid &= xmlValidateAttributeDecl(&ctxt->vctxt, ctxt->myDoc,
xmlValidateAttributeDecl 15098 third_party/libxml/src/elfgcchack.h #undef xmlValidateAttributeDecl
xmlValidateAttributeDecl 15099 third_party/libxml/src/elfgcchack.h extern __typeof (xmlValidateAttributeDecl) xmlValidateAttributeDecl __attribute((alias("xmlValidateAttributeDecl__internal_alias")));
xmlValidateAttributeDecl 15101 third_party/libxml/src/elfgcchack.h #ifndef xmlValidateAttributeDecl
xmlValidateAttributeDecl 15102 third_party/libxml/src/elfgcchack.h extern __typeof (xmlValidateAttributeDecl) xmlValidateAttributeDecl__internal_alias __attribute((visibility("hidden")));
xmlValidateAttributeDecl 15103 third_party/libxml/src/elfgcchack.h #define xmlValidateAttributeDecl xmlValidateAttributeDecl__internal_alias
xmlValidateAttributeDecl  333 third_party/libxml/src/include/libxml/valid.h 		xmlValidateAttributeDecl(xmlValidCtxtPtr ctxt,
xmlValidateAttributeDecl 26111 third_party/libxml/src/testapi.c         ret_val = xmlValidateAttributeDecl(ctxt, doc, attr);