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

  /external/chromium_org/third_party/libxml/src/
entities.c 142 * xmlCreateEntity:
147 xmlCreateEntity(xmlDictPtr dict, const xmlChar *name, int type,
154 xmlEntitiesErrMemory("xmlCreateEntity: malloc failed");
234 ret = xmlCreateEntity(dict, name, type, ExternalID, SystemID, content);
414 ret = xmlCreateEntity(dict, name, type, ExternalID, SystemID, content);
  /external/libxml2/
entities.c 144 * xmlCreateEntity:
149 xmlCreateEntity(xmlDictPtr dict, const xmlChar *name, int type,
156 xmlEntitiesErrMemory("xmlCreateEntity: malloc failed");
236 ret = xmlCreateEntity(dict, name, type, ExternalID, SystemID, content);
416 ret = xmlCreateEntity(dict, name, type, ExternalID, SystemID, content);

Completed in 79 milliseconds