xmlAddDtdEntity   665 third_party/libxml/src/SAX2.c 	ent = xmlAddDtdEntity(ctxt->myDoc, name, type, publicId,
xmlAddDtdEntity   901 third_party/libxml/src/SAX2.c 	ent = xmlAddDtdEntity(ctxt->myDoc, name,
xmlAddDtdEntity  1005 third_party/libxml/src/elfgcchack.h #undef xmlAddDtdEntity
xmlAddDtdEntity  1006 third_party/libxml/src/elfgcchack.h extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity __attribute((alias("xmlAddDtdEntity__internal_alias")));
xmlAddDtdEntity  1008 third_party/libxml/src/elfgcchack.h #ifndef xmlAddDtdEntity
xmlAddDtdEntity  1009 third_party/libxml/src/elfgcchack.h extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity__internal_alias __attribute((visibility("hidden")));
xmlAddDtdEntity  1010 third_party/libxml/src/elfgcchack.h #define xmlAddDtdEntity xmlAddDtdEntity__internal_alias
xmlAddDtdEntity    96 third_party/libxml/src/include/libxml/entities.h 			xmlAddDtdEntity		(xmlDocPtr doc,
xmlAddDtdEntity  9201 third_party/libxml/src/testapi.c         ret_val = xmlAddDtdEntity(doc, (const xmlChar *)name, type, (const xmlChar *)ExternalID, (const xmlChar *)SystemID, (const xmlChar *)content);