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

/external/libxml2/
H A Dlegacy.c645 * xmlHandleEntity:
656 xmlHandleEntity(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED, function
663 "xmlHandleEntity() deprecated function reached\n");
H A Delfgcchack.h4214 #undef xmlHandleEntity macro
4215 extern __typeof (xmlHandleEntity) xmlHandleEntity __attribute((alias("xmlHandleEntity__internal_alias")));
4217 #ifndef xmlHandleEntity
4218 extern __typeof (xmlHandleEntity) xmlHandleEntity__internal_alias __attribute((visibility("hidden")));
4219 #define xmlHandleEntity xmlHandleEntity__internal_alias macro

Completed in 130 milliseconds