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

  /external/chromium_org/third_party/libxml/src/include/libxml/
entities.h 89 xmlAddDocEntity (xmlDocPtr doc,
  /external/libxml2/include/libxml/
entities.h 90 xmlAddDocEntity (xmlDocPtr doc,
  /external/chromium_org/third_party/libxml/src/
entities.c 335 * xmlAddDocEntity:
348 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type,
356 "xmlAddDocEntity: document is NULL");
361 "xmlAddDocEntity: document without internal subset");
392 * Create a new entity, this differs from xmlAddDocEntity() that if
408 return(xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content));
SAX2.c 646 ent = xmlAddDocEntity(ctxt->myDoc, name, type, publicId,
881 ent = xmlAddDocEntity(ctxt->myDoc, name,
    [all...]
xinclude.c     [all...]
elfgcchack.h     [all...]
testapi.c     [all...]
  /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));
SAX2.c 676 ent = xmlAddDocEntity(ctxt->myDoc, name, type, publicId,
911 ent = xmlAddDocEntity(ctxt->myDoc, name,
    [all...]
xinclude.c     [all...]
elfgcchack.h     [all...]

Completed in 2257 milliseconds