Searched refs:xmlAddDtdEntity (Results 1 – 9 of 9) sorted by relevance
/third_party/libxml2/os400/libxmlrpg/ |
D | entities.rpgle | 91 d xmlAddDtdEntity... 92 d pr extproc('xmlAddDtdEntity')
|
/third_party/libxml2/include/libxml/ |
D | entities.h | 97 xmlAddDtdEntity (xmlDocPtr doc,
|
/third_party/libxml2/ |
D | entities.c | 321 xmlAddDtdEntity(xmlDocPtr doc, const xmlChar *name, int type, in xmlAddDtdEntity() function
|
D | libxml2.syms | 515 xmlAddDtdEntity;
|
D | SAX2.c | 666 ent = xmlAddDtdEntity(ctxt->myDoc, name, type, publicId, in xmlSAX2EntityDecl() 903 ent = xmlAddDtdEntity(ctxt->myDoc, name, in xmlSAX2UnparsedEntityDecl()
|
D | elfgcchack.h | 1005 #undef xmlAddDtdEntity 1006 extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity __attribute((alias("xmlAddDtdEntity__internal_ali… 1008 #ifndef xmlAddDtdEntity 1009 extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity__internal_alias __attribute((visibility("hidden")… 1010 #define xmlAddDtdEntity xmlAddDtdEntity__internal_alias macro
|
D | testapi.c | 9278 …ret_val = xmlAddDtdEntity(doc, (const xmlChar *)name, type, (const xmlChar *)ExternalID, (const xm… in test_xmlAddDtdEntity()
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 490 xmlAddDtdEntity
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 101990 -#undef xmlAddDtdEntity 101991 -extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity __attribute((alias("xmlAddDtdEntity__internal_al… 101993 -#ifndef xmlAddDtdEntity 101994 -extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity__internal_alias __attribute((visibility("hidden"… 101995 -#define xmlAddDtdEntity xmlAddDtdEntity__internal_alias
|