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

  /external/chromium_org/third_party/libxml/src/
entities.c 286 * xmlAddDtdEntity:
299 xmlAddDtdEntity(xmlDocPtr doc, const xmlChar *name, int type,
307 "xmlAddDtdEntity: document is NULL");
312 "xmlAddDtdEntity: document without external subset");
elfgcchack.h     [all...]
  /external/libxml2/
entities.c 288 * xmlAddDtdEntity:
301 xmlAddDtdEntity(xmlDocPtr doc, const xmlChar *name, int type,
309 "xmlAddDtdEntity: document is NULL");
314 "xmlAddDtdEntity: document without external subset");
elfgcchack.h     [all...]

Completed in 70 milliseconds