Searched refs:xmlCreateEntity (Results 1 – 1 of 1) sorted by relevance
| /third_party/libxml2/ |
| D | entities.c | 137 xmlCreateEntity(xmlDictPtr dict, const xmlChar *name, int type, in xmlCreateEntity() function 256 ret = xmlCreateEntity(dict, name, type, ExternalID, SystemID, content); in xmlAddEntity() 436 ret = xmlCreateEntity(dict, name, type, ExternalID, SystemID, content); in xmlNewEntity()
|