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

/external/libxml2/
H A DSAX2.c232 * xmlSAX2GetPublicId:
240 xmlSAX2GetPublicId(void *ctx ATTRIBUTE_UNUSED) function
H A Delfgcchack.h8971 #undef xmlSAX2GetPublicId macro
8972 extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId __attribute((alias("xmlSAX2GetPublicId__internal_alias")));
8974 #ifndef xmlSAX2GetPublicId
8975 extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId__internal_alias __attribute((visibility("hidden")));
8976 #define xmlSAX2GetPublicId xmlSAX2GetPublicId__internal_alias macro

Completed in 54 milliseconds