xmlAddAttributeDecl  733 third_party/libxml/src/SAX2.c 	attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, elem,
xmlAddAttributeDecl  737 third_party/libxml/src/SAX2.c 	attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, elem,
xmlAddAttributeDecl  965 third_party/libxml/src/elfgcchack.h #undef xmlAddAttributeDecl
xmlAddAttributeDecl  966 third_party/libxml/src/elfgcchack.h extern __typeof (xmlAddAttributeDecl) xmlAddAttributeDecl __attribute((alias("xmlAddAttributeDecl__internal_alias")));
xmlAddAttributeDecl  968 third_party/libxml/src/elfgcchack.h #ifndef xmlAddAttributeDecl
xmlAddAttributeDecl  969 third_party/libxml/src/elfgcchack.h extern __typeof (xmlAddAttributeDecl) xmlAddAttributeDecl__internal_alias __attribute((visibility("hidden")));
xmlAddAttributeDecl  970 third_party/libxml/src/elfgcchack.h #define xmlAddAttributeDecl xmlAddAttributeDecl__internal_alias
xmlAddAttributeDecl  242 third_party/libxml/src/include/libxml/valid.h 		xmlAddAttributeDecl	(xmlValidCtxtPtr ctxt,
xmlAddAttributeDecl 24633 third_party/libxml/src/testapi.c         ret_val = xmlAddAttributeDecl(ctxt, dtd, (const xmlChar *)elem, (const xmlChar *)name, (const xmlChar *)ns, type, def, (const xmlChar *)defaultValue, tree);