Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DSAX2.h27 xmlSAX2GetSystemId (void *ctx);
/external/libxml2/
Dglobals.c405 xmlSAX2GetSystemId,
523 gs->xmlDefaultSAXLocator.getSystemId = xmlSAX2GetSystemId; in xmlInitializeGlobalState()
Dlegacy.c784 return (xmlSAX2GetSystemId(ctx)); in getSystemId()
Delfgcchack.h8855 #undef xmlSAX2GetSystemId
8856 extern __typeof (xmlSAX2GetSystemId) xmlSAX2GetSystemId __attribute((alias("xmlSAX2GetSystemId__int…
8858 #ifndef xmlSAX2GetSystemId
8859 extern __typeof (xmlSAX2GetSystemId) xmlSAX2GetSystemId__internal_alias __attribute((visibility("hi…
8860 #define xmlSAX2GetSystemId xmlSAX2GetSystemId__internal_alias macro
DSAX2.c239 xmlSAX2GetSystemId(void *ctx) in xmlSAX2GetSystemId() function