Searched refs:xmlSAX2GetPublicId (Results 1 – 5 of 5) sorted by relevance
25 xmlSAX2GetPublicId (void *ctx);
404 xmlSAX2GetPublicId,522 gs->xmlDefaultSAXLocator.getPublicId = xmlSAX2GetPublicId; in xmlInitializeGlobalState()
767 return (xmlSAX2GetPublicId(ctx)); in getPublicId()
8845 #undef xmlSAX2GetPublicId8846 extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId __attribute((alias("xmlSAX2GetPublicId__int…8848 #ifndef xmlSAX2GetPublicId8849 extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId__internal_alias __attribute((visibility("hi…8850 #define xmlSAX2GetPublicId xmlSAX2GetPublicId__internal_alias macro
223 xmlSAX2GetPublicId(void *ctx ATTRIBUTE_UNUSED) in xmlSAX2GetPublicId() function