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

/external/libxml2/
H A Dentities.c470 * xmlGetDtdEntity:
481 xmlGetDtdEntity(xmlDocPtr doc, const xmlChar *name) { function
H A Delfgcchack.h3965 #undef xmlGetDtdEntity macro
3966 extern __typeof (xmlGetDtdEntity) xmlGetDtdEntity __attribute((alias("xmlGetDtdEntity__internal_alias")));
3968 #ifndef xmlGetDtdEntity
3969 extern __typeof (xmlGetDtdEntity) xmlGetDtdEntity__internal_alias __attribute((visibility("hidden")));
3970 #define xmlGetDtdEntity xmlGetDtdEntity__internal_alias macro

Completed in 144 milliseconds