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

  /external/libxml2/include/libxml/
entities.h 97 xmlAddDtdEntity (xmlDocPtr doc,
  /external/libxml2/
libxml2.syms 515 xmlAddDtdEntity;
    [all...]
entities.c 288 * xmlAddDtdEntity:
301 xmlAddDtdEntity(xmlDocPtr doc, const xmlChar *name, int type,
309 "xmlAddDtdEntity: document is NULL");
314 "xmlAddDtdEntity: document without external subset");
SAX2.c 695 ent = xmlAddDtdEntity(ctxt->myDoc, name, type, publicId,
931 ent = xmlAddDtdEntity(ctxt->myDoc, name,
    [all...]
elfgcchack.h     [all...]
testapi.c     [all...]
  /external/ImageMagick/coders/
svg.c 602 (void) xmlAddDtdEntity(svg_info->document,name,type,public_id,system_id,
    [all...]
msl.c 386 (void) xmlAddDtdEntity(msl_info->document,name,type,public_id,system_id,
    [all...]

Completed in 1606 milliseconds