Searched refs:xmlSAX2GetPublicId (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DSAX2.h25 xmlSAX2GetPublicId (void *ctx);
/external/libxml2/include/libxml/
H A DSAX2.h25 xmlSAX2GetPublicId (void *ctx);
/external/chromium_org/third_party/libxml/src/
H A Dglobals.c423 xmlSAX2GetPublicId,
541 gs->xmlDefaultSAXLocator.getPublicId = xmlSAX2GetPublicId;
H A Dlegacy.c759 * DEPRECATED: use xmlSAX2GetPublicId()
767 return (xmlSAX2GetPublicId(ctx));
H A DSAX2.c215 * xmlSAX2GetPublicId:
223 xmlSAX2GetPublicId(void *ctx ATTRIBUTE_UNUSED) function
H A Delfgcchack.h8845 #undef xmlSAX2GetPublicId macro
8846 extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId __attribute((alias("xmlSAX2GetPublicId__internal_alias")));
8848 #ifndef xmlSAX2GetPublicId
8849 extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId__internal_alias __attribute((visibility("hidden")));
8850 #define xmlSAX2GetPublicId xmlSAX2GetPublicId__internal_alias macro
H A Dtestapi.c4427 ret_val = xmlSAX2GetPublicId(ctx);
4433 printf("Leak of %d blocks found in xmlSAX2GetPublicId",
[all...]
/external/libxml2/
H A Dglobals.c404 xmlSAX2GetPublicId,
522 gs->xmlDefaultSAXLocator.getPublicId = xmlSAX2GetPublicId;
H A Dlegacy.c759 * DEPRECATED: use xmlSAX2GetPublicId()
767 return (xmlSAX2GetPublicId(ctx));
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 280 milliseconds