/external/libxml2/include/libxml/ |
entities.h | 90 xmlAddDocEntity (xmlDocPtr doc,
|
/external/libxml2/ |
entities.c | 342 * xmlAddDocEntity: 355 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, 363 "xmlAddDocEntity: document is NULL"); 368 "xmlAddDocEntity: document without internal subset"); 399 * Create a new entity, this differs from xmlAddDocEntity() that if 415 return(xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content));
|
libxml2.syms | 514 xmlAddDocEntity; [all...] |
SAX2.c | 677 ent = xmlAddDocEntity(ctxt->myDoc, name, type, publicId, 912 ent = xmlAddDocEntity(ctxt->myDoc, name, [all...] |
xinclude.c | [all...] |
elfgcchack.h | [all...] |
testapi.c | [all...] |
/external/ImageMagick/coders/ |
svg.c | 583 (void) xmlAddDocEntity(svg_info->document,name,type,public_id,system_id, [all...] |
msl.c | 381 (void) xmlAddDocEntity(msl_info->document,name,type,public_id,system_id, 496 (void) xmlAddDocEntity(msl_info->document,name, [all...] |