Searched refs:xmlAddEntity (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | entities.c | 201 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type, in xmlAddEntity() function 354 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content); in xmlAddDtdEntity() 403 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content); in xmlAddDocEntity()
|