Searched refs:xmlAddDocEntity (Results 1 – 11 of 11) sorted by relevance
/external/libxml2/os400/libxmlrpg/ |
D | entities.rpgle | 81 d xmlAddDocEntity... 82 d pr extproc('xmlAddDocEntity')
|
/external/libxml2/include/libxml/ |
D | entities.h | 90 xmlAddDocEntity (xmlDocPtr doc,
|
/external/libxml2/ |
D | entities.c | 355 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, in xmlAddDocEntity() function 415 return(xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content)); in xmlNewEntity()
|
D | libxml2.syms | 514 xmlAddDocEntity;
|
D | SAX2.c | 677 ent = xmlAddDocEntity(ctxt->myDoc, name, type, publicId, in xmlSAX2EntityDecl() 912 ent = xmlAddDocEntity(ctxt->myDoc, name, in xmlSAX2UnparsedEntityDecl()
|
D | xinclude.c | 1288 ret = xmlAddDocEntity(doc, ent->name, ent->etype, ent->ExternalID, in xmlXIncludeMergeEntity()
|
D | elfgcchack.h | 995 #undef xmlAddDocEntity 996 extern __typeof (xmlAddDocEntity) xmlAddDocEntity __attribute((alias("xmlAddDocEntity__internal_ali… 998 #ifndef xmlAddDocEntity 999 extern __typeof (xmlAddDocEntity) xmlAddDocEntity__internal_alias __attribute((visibility("hidden")… 1000 #define xmlAddDocEntity xmlAddDocEntity__internal_alias macro
|
D | testapi.c | 9209 …ret_val = xmlAddDocEntity(doc, (const xmlChar *)name, type, (const xmlChar *)ExternalID, (const xm… in test_xmlAddDocEntity()
|
/external/ImageMagick/coders/ |
D | svg.c | 594 (void) xmlAddDocEntity(svg_info->document,name,type,public_id,system_id, in SVGEntityDeclaration() 708 (void) xmlAddDocEntity(svg_info->document,name, in SVGUnparsedEntityDeclaration()
|
D | msl.c | 376 (void) xmlAddDocEntity(msl_info->document,name,type,public_id,system_id, in MSLEntityDeclaration() 491 (void) xmlAddDocEntity(msl_info->document,name, in MSLUnparsedEntityDeclaration()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 489 xmlAddDocEntity
|