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

/vbox/src/libs/libxml2-2.6.31/
H A Dlegacy.c645 * xmlHandleEntity:
656 xmlHandleEntity(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED, function
663 "xmlHandleEntity() deprecated function reached\n");
H A Delfgcchack.h4098 #undef xmlHandleEntity macro
4099 extern __typeof (xmlHandleEntity) xmlHandleEntity __attribute((alias("xmlHandleEntity__internal_alias")));
4101 #ifndef xmlHandleEntity
4102 extern __typeof (xmlHandleEntity) xmlHandleEntity__internal_alias __attribute((visibility("hidden")));
4103 #define xmlHandleEntity xmlHandleEntity__internal_alias macro

Completed in 84 milliseconds