HomeSort by relevance Sort by last modified time
    Searched refs:xmlAddDocEntity (Results 1 - 9 of 9) sorted by null

  /external/libxml2/include/libxml/
entities.h 90 xmlAddDocEntity (xmlDocPtr doc,
  /external/libxml2/
entities.c 337 * xmlAddDocEntity:
350 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type,
358 "xmlAddDocEntity: document is NULL");
363 "xmlAddDocEntity: document without internal subset");
394 * Create a new entity, this differs from xmlAddDocEntity() that if
410 return(xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content));
libxml2.syms 514 xmlAddDocEntity;
    [all...]
SAX2.c 676 ent = xmlAddDocEntity(ctxt->myDoc, name, type, publicId,
911 ent = xmlAddDocEntity(ctxt->myDoc, name,
    [all...]
xinclude.c     [all...]
elfgcchack.h     [all...]
testapi.c     [all...]
  /external/ImageMagick/coders/
svg.c 598 (void) xmlAddDocEntity(svg_info->document,name,type,public_id,system_id,
712 (void) xmlAddDocEntity(svg_info->document,name,
    [all...]
msl.c 382 (void) xmlAddDocEntity(msl_info->document,name,type,public_id,system_id,
497 (void) xmlAddDocEntity(msl_info->document,name,
    [all...]

Completed in 1434 milliseconds