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

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

Completed in 125 milliseconds