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

/external/chromium_org/third_party/libxml/src/
H A Dentities.c468 * xmlGetDtdEntity:
479 xmlGetDtdEntity(xmlDocPtr doc, const xmlChar *name) { function
H A Delfgcchack.h3873 #undef xmlGetDtdEntity macro
3874 extern __typeof (xmlGetDtdEntity) xmlGetDtdEntity __attribute((alias("xmlGetDtdEntity__internal_alias")));
3876 #ifndef xmlGetDtdEntity
3877 extern __typeof (xmlGetDtdEntity) xmlGetDtdEntity__internal_alias __attribute((visibility("hidden")));
3878 #define xmlGetDtdEntity xmlGetDtdEntity__internal_alias macro
/external/libxml2/
H A Dentities.c468 * xmlGetDtdEntity:
479 xmlGetDtdEntity(xmlDocPtr doc, const xmlChar *name) { function
H A Delfgcchack.h3873 #undef xmlGetDtdEntity macro
3874 extern __typeof (xmlGetDtdEntity) xmlGetDtdEntity __attribute((alias("xmlGetDtdEntity__internal_alias")));
3876 #ifndef xmlGetDtdEntity
3877 extern __typeof (xmlGetDtdEntity) xmlGetDtdEntity__internal_alias __attribute((visibility("hidden")));
3878 #define xmlGetDtdEntity xmlGetDtdEntity__internal_alias macro

Completed in 204 milliseconds