Searched defs:xmlAddDocEntity (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dentities.c337 * xmlAddDocEntity:
350 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, function
358 "xmlAddDocEntity: document is NULL");
363 "xmlAddDocEntity: document without internal subset");
394 * Create a new entity, this differs from xmlAddDocEntity() that if
410 return(xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content));
H A Delfgcchack.h995 #undef xmlAddDocEntity macro
996 extern __typeof (xmlAddDocEntity) xmlAddDocEntity __attribute((alias("xmlAddDocEntity__internal_alias")));
998 #ifndef xmlAddDocEntity
999 extern __typeof (xmlAddDocEntity) xmlAddDocEntity__internal_alias __attribute((visibility("hidden")));
1000 #define xmlAddDocEntity xmlAddDocEntity__internal_alias macro

Completed in 53 milliseconds