Home
last modified time | relevance | path

Searched refs:xmlSAX2GetPublicId (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
DSAX2.h25 xmlSAX2GetPublicId (void *ctx);
/external/libxml2/
Dglobals.c404 xmlSAX2GetPublicId,
522 gs->xmlDefaultSAXLocator.getPublicId = xmlSAX2GetPublicId; in xmlInitializeGlobalState()
Dlegacy.c767 return (xmlSAX2GetPublicId(ctx)); in getPublicId()
Delfgcchack.h8845 #undef xmlSAX2GetPublicId
8846 extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId __attribute((alias("xmlSAX2GetPublicId__int…
8848 #ifndef xmlSAX2GetPublicId
8849 extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId__internal_alias __attribute((visibility("hi…
8850 #define xmlSAX2GetPublicId xmlSAX2GetPublicId__internal_alias macro
DSAX2.c223 xmlSAX2GetPublicId(void *ctx ATTRIBUTE_UNUSED) in xmlSAX2GetPublicId() function