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

/vbox/src/libs/libxml2-2.6.31/
H A DSAX.c60 hdlr->unparsedEntityDecl = xmlSAX2UnparsedEntityDecl;
H A Dglobals.c367 xmlSAX2UnparsedEntityDecl,
H A Dlegacy.c1050 * DEPRECATED: use xmlSAX2UnparsedEntityDecl()
1058 xmlSAX2UnparsedEntityDecl(ctx, name, publicId, systemId,
H A DSAX2.c852 * xmlSAX2UnparsedEntityDecl:
862 xmlSAX2UnparsedEntityDecl(void *ctx, const xmlChar *name, function
871 "SAX.xmlSAX2UnparsedEntityDecl(%s, %s, %s, %s)\n",
916 "SAX.xmlSAX2UnparsedEntityDecl(%s) called while not in subset\n",
2737 hdlr->unparsedEntityDecl = xmlSAX2UnparsedEntityDecl;
H A Delfgcchack.h8951 #undef xmlSAX2UnparsedEntityDecl macro
8952 extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl __attribute((alias("xmlSAX2UnparsedEntityDecl__internal_alias")));
8954 #ifndef xmlSAX2UnparsedEntityDecl
8955 extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl__internal_alias __attribute((visibility("hidden")));
8956 #define xmlSAX2UnparsedEntityDecl xmlSAX2UnparsedEntityDecl__internal_alias macro
H A Dtestapi.c5164 xmlSAX2UnparsedEntityDecl(ctx, (const xmlChar *)name, (const xmlChar *)publicId, (const xmlChar *)systemId, (const xmlChar *)notationName);
5173 printf("Leak of %d blocks found in xmlSAX2UnparsedEntityDecl",
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DSAX2.h91 xmlSAX2UnparsedEntityDecl (void *ctx,

Completed in 170 milliseconds