Searched refs:xmlSAX2GetSystemId (Results 1 - 7 of 7) sorted by relevance

/external/libxml2/include/libxml/
H A DSAX2.h27 xmlSAX2GetSystemId (void *ctx);
/external/libxml2/
H A Dglobals.c405 xmlSAX2GetSystemId,
523 gs->xmlDefaultSAXLocator.getSystemId = xmlSAX2GetSystemId;
H A Dlegacy.c776 * DEPRECATED: use xmlSAX2GetSystemId()
784 return (xmlSAX2GetSystemId(ctx));
H A Dlibxml2.syms1501 xmlSAX2GetSystemId;
H A DSAX2.c247 * xmlSAX2GetSystemId:
256 xmlSAX2GetSystemId(void *ctx) function
H A Delfgcchack.h8981 #undef xmlSAX2GetSystemId macro
8982 extern __typeof (xmlSAX2GetSystemId) xmlSAX2GetSystemId __attribute((alias("xmlSAX2GetSystemId__internal_alias")));
8984 #ifndef xmlSAX2GetSystemId
8985 extern __typeof (xmlSAX2GetSystemId) xmlSAX2GetSystemId__internal_alias __attribute((visibility("hidden")));
8986 #define xmlSAX2GetSystemId xmlSAX2GetSystemId__internal_alias macro
H A Dtestapi.c4455 ret_val = xmlSAX2GetSystemId(ctx);
4461 printf("Leak of %d blocks found in xmlSAX2GetSystemId",
[all...]

Completed in 193 milliseconds