Searched refs:xmlCreateEntity (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dentities.c142 * xmlCreateEntity:
147 xmlCreateEntity(xmlDictPtr dict, const xmlChar *name, int type, function
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/
H A Dentities.c144 * xmlCreateEntity:
149 xmlCreateEntity(xmlDictPtr dict, const xmlChar *name, int type, function
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 49 milliseconds