xmlAddElementDecl  786 third_party/libxml/src/SAX2.c         elem = xmlAddElementDecl(&ctxt->vctxt, ctxt->myDoc->intSubset,
xmlAddElementDecl  789 third_party/libxml/src/SAX2.c         elem = xmlAddElementDecl(&ctxt->vctxt, ctxt->myDoc->extSubset,
xmlAddElementDecl 1015 third_party/libxml/src/elfgcchack.h #undef xmlAddElementDecl
xmlAddElementDecl 1016 third_party/libxml/src/elfgcchack.h extern __typeof (xmlAddElementDecl) xmlAddElementDecl __attribute((alias("xmlAddElementDecl__internal_alias")));
xmlAddElementDecl 1018 third_party/libxml/src/elfgcchack.h #ifndef xmlAddElementDecl
xmlAddElementDecl 1019 third_party/libxml/src/elfgcchack.h extern __typeof (xmlAddElementDecl) xmlAddElementDecl__internal_alias __attribute((visibility("hidden")));
xmlAddElementDecl 1020 third_party/libxml/src/elfgcchack.h #define xmlAddElementDecl xmlAddElementDecl__internal_alias
xmlAddElementDecl  210 third_party/libxml/src/include/libxml/valid.h 		xmlAddElementDecl	(xmlValidCtxtPtr ctxt,
xmlAddElementDecl 24705 third_party/libxml/src/testapi.c         ret_val = xmlAddElementDecl(ctxt, dtd, (const xmlChar *)name, type, content);