Searched refs:xmlSAX2UnparsedEntityDecl (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DSAX.c60 hdlr->unparsedEntityDecl = xmlSAX2UnparsedEntityDecl;
H A Dglobals.c395 xmlSAX2UnparsedEntityDecl,
H A Dlegacy.c1050 * DEPRECATED: use xmlSAX2UnparsedEntityDecl()
1058 xmlSAX2UnparsedEntityDecl(ctx, name, publicId, systemId,
H A DSAX2.c858 * xmlSAX2UnparsedEntityDecl:
868 xmlSAX2UnparsedEntityDecl(void *ctx, const xmlChar *name, function
877 "SAX.xmlSAX2UnparsedEntityDecl(%s, %s, %s, %s)\n",
922 "SAX.xmlSAX2UnparsedEntityDecl(%s) called while not in subset\n",
2779 hdlr->unparsedEntityDecl = xmlSAX2UnparsedEntityDecl;
H A Delfgcchack.h9031 #undef xmlSAX2UnparsedEntityDecl macro
9032 extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl __attribute((alias("xmlSAX2UnparsedEntityDecl__internal_alias")));
9034 #ifndef xmlSAX2UnparsedEntityDecl
9035 extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl__internal_alias __attribute((visibility("hidden")));
9036 #define xmlSAX2UnparsedEntityDecl xmlSAX2UnparsedEntityDecl__internal_alias macro
H A Dtestapi.c5191 xmlSAX2UnparsedEntityDecl(ctx, (const xmlChar *)name, (const xmlChar *)publicId, (const xmlChar *)systemId, (const xmlChar *)notationName);
5200 printf("Leak of %d blocks found in xmlSAX2UnparsedEntityDecl",
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DSAX2.h91 xmlSAX2UnparsedEntityDecl (void *ctx,
/external/libxml2/
H A DSAX.c60 hdlr->unparsedEntityDecl = xmlSAX2UnparsedEntityDecl;
H A Dglobals.c376 xmlSAX2UnparsedEntityDecl,
H A Dlegacy.c1050 * DEPRECATED: use xmlSAX2UnparsedEntityDecl()
1058 xmlSAX2UnparsedEntityDecl(ctx, name, publicId, systemId,
H A DSAX2.c858 * xmlSAX2UnparsedEntityDecl:
868 xmlSAX2UnparsedEntityDecl(void *ctx, const xmlChar *name, function
877 "SAX.xmlSAX2UnparsedEntityDecl(%s, %s, %s, %s)\n",
922 "SAX.xmlSAX2UnparsedEntityDecl(%s) called while not in subset\n",
2829 hdlr->unparsedEntityDecl = xmlSAX2UnparsedEntityDecl;
H A Delfgcchack.h9031 #undef xmlSAX2UnparsedEntityDecl macro
9032 extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl __attribute((alias("xmlSAX2UnparsedEntityDecl__internal_alias")));
9034 #ifndef xmlSAX2UnparsedEntityDecl
9035 extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl__internal_alias __attribute((visibility("hidden")));
9036 #define xmlSAX2UnparsedEntityDecl xmlSAX2UnparsedEntityDecl__internal_alias macro
/external/libxml2/include/libxml/
H A DSAX2.h91 xmlSAX2UnparsedEntityDecl (void *ctx,

Completed in 253 milliseconds