Home
last modified time | relevance | path

Searched refs:xmlAddDocEntity (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/os400/libxmlrpg/
Dentities.rpgle81 d xmlAddDocEntity...
82 d pr extproc('xmlAddDocEntity')
/external/libxml2/include/libxml/
Dentities.h90 xmlAddDocEntity (xmlDocPtr doc,
/external/libxml2/
Dentities.c355 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, in xmlAddDocEntity() function
415 return(xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content)); in xmlNewEntity()
Dlibxml2.syms514 xmlAddDocEntity;
DSAX2.c677 ent = xmlAddDocEntity(ctxt->myDoc, name, type, publicId, in xmlSAX2EntityDecl()
912 ent = xmlAddDocEntity(ctxt->myDoc, name, in xmlSAX2UnparsedEntityDecl()
Dxinclude.c1288 ret = xmlAddDocEntity(doc, ent->name, ent->etype, ent->ExternalID, in xmlXIncludeMergeEntity()
Delfgcchack.h995 #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
Dtestapi.c9209 …ret_val = xmlAddDocEntity(doc, (const xmlChar *)name, type, (const xmlChar *)ExternalID, (const xm… in test_xmlAddDocEntity()
/external/ImageMagick/coders/
Dsvg.c594 (void) xmlAddDocEntity(svg_info->document,name,type,public_id,system_id, in SVGEntityDeclaration()
708 (void) xmlAddDocEntity(svg_info->document,name, in SVGUnparsedEntityDeclaration()
Dmsl.c376 (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/
Dlibxml2.def.src489 xmlAddDocEntity