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

/haiku-fatelf/src/tools/docbook/libxml2/
H A DSAX.c60 hdlr->unparsedEntityDecl = xmlSAX2UnparsedEntityDecl;
H A Dglobals.c366 xmlSAX2UnparsedEntityDecl,
H A Dlegacy.c1050 * DEPRECATED: use xmlSAX2UnparsedEntityDecl()
1058 xmlSAX2UnparsedEntityDecl(ctx, name, publicId, systemId,
H A DSAX2.c850 * xmlSAX2UnparsedEntityDecl:
860 xmlSAX2UnparsedEntityDecl(void *ctx, const xmlChar *name, function
869 "SAX.xmlSAX2UnparsedEntityDecl(%s, %s, %s, %s)\n",
914 "SAX.xmlSAX2UnparsedEntityDecl(%s) called while not in subset\n",
2724 hdlr->unparsedEntityDecl = xmlSAX2UnparsedEntityDecl;
H A Delfgcchack.h8931 #undef xmlSAX2UnparsedEntityDecl macro
8932 extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl __attribute((alias("xmlSAX2UnparsedEntityDecl__internal_alias")));
8934 #ifndef xmlSAX2UnparsedEntityDecl
8935 extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl__internal_alias __attribute((visibility("hidden")));
8936 #define xmlSAX2UnparsedEntityDecl xmlSAX2UnparsedEntityDecl__internal_alias macro
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DSAX2.h91 xmlSAX2UnparsedEntityDecl (void *ctx,

Completed in 206 milliseconds