Searched refs:xmlGetDtdEntity (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A Dentities.h108 xmlGetDtdEntity (xmlDocPtr doc,
/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 90 milliseconds