Searched refs:xmlGetDtdEntity (Results 1 – 7 of 7) sorted by relevance
112 d xmlGetDtdEntity...113 d pr extproc('xmlGetDtdEntity')
109 xmlGetDtdEntity (xmlDocPtr doc,
486 xmlGetDtdEntity(xmlDocPtr doc, const xmlChar *name) { in xmlGetDtdEntity() function
526 xmlGetDtdEntity;
3965 #undef xmlGetDtdEntity3966 extern __typeof (xmlGetDtdEntity) xmlGetDtdEntity __attribute((alias("xmlGetDtdEntity__internal_ali…3968 #ifndef xmlGetDtdEntity3969 extern __typeof (xmlGetDtdEntity) xmlGetDtdEntity__internal_alias __attribute((visibility("hidden")…3970 #define xmlGetDtdEntity xmlGetDtdEntity__internal_alias macro
9590 ret_val = xmlGetDtdEntity(doc, (const xmlChar *)name); in test_xmlGetDtdEntity()
914 xmlGetDtdEntity