Searched defs:xmlAddDtdEntity (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dentities.c286 * xmlAddDtdEntity:
299 xmlAddDtdEntity(xmlDocPtr doc, const xmlChar *name, int type, function
307 "xmlAddDtdEntity: document is NULL");
312 "xmlAddDtdEntity: document without external subset");
H A Delfgcchack.h1005 #undef xmlAddDtdEntity macro
1006 extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity __attribute((alias("xmlAddDtdEntity__internal_alias")));
1008 #ifndef xmlAddDtdEntity
1009 extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity__internal_alias __attribute((visibility("hidden")));
1010 #define xmlAddDtdEntity xmlAddDtdEntity__internal_alias macro
/external/libxml2/
H A Dentities.c288 * xmlAddDtdEntity:
301 xmlAddDtdEntity(xmlDocPtr doc, const xmlChar *name, int type, function
309 "xmlAddDtdEntity: document is NULL");
314 "xmlAddDtdEntity: document without external subset");
H A Delfgcchack.h1005 #undef xmlAddDtdEntity macro
1006 extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity __attribute((alias("xmlAddDtdEntity__internal_alias")));
1008 #ifndef xmlAddDtdEntity
1009 extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity__internal_alias __attribute((visibility("hidden")));
1010 #define xmlAddDtdEntity xmlAddDtdEntity__internal_alias macro

Completed in 478 milliseconds