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

  /external/chromium_org/third_party/libxml/src/
entities.c 198 * xmlAddEntity : register a new entity for an entities table.
201 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type,
316 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content);
365 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content);
  /external/libxml2/
entities.c 200 * xmlAddEntity : register a new entity for an entities table.
203 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type,
318 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content);
367 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content);

Completed in 513 milliseconds