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

/vbox/src/libs/libxml2-2.6.31/
H A DSAX.c56 hdlr->entityDecl = xmlSAX2EntityDecl;
151 hdlr->entityDecl = xmlSAX2EntityDecl;
H A Dglobals.c363 xmlSAX2EntityDecl,
452 xmlSAX2EntityDecl,
H A Dlegacy.c971 * DEPRECATED: use xmlSAX2EntityDecl()
979 xmlSAX2EntityDecl(ctx, name, type, publicId, systemId, content);
H A DSAX2.c616 * xmlSAX2EntityDecl:
627 xmlSAX2EntityDecl(void *ctx, const xmlChar *name, int type, function
636 "SAX.xmlSAX2EntityDecl(%s, %d, %s, %s, %s)\n",
679 "SAX.xmlSAX2EntityDecl(%s) called while not in subset\n",
2733 hdlr->entityDecl = xmlSAX2EntityDecl;
2867 hdlr->entityDecl = xmlSAX2EntityDecl;
H A Delfgcchack.h8705 #undef xmlSAX2EntityDecl macro
8706 extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl __attribute((alias("xmlSAX2EntityDecl__internal_alias")));
8708 #ifndef xmlSAX2EntityDecl
8709 extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl__internal_alias __attribute((visibility("hidden")));
8710 #define xmlSAX2EntityDecl xmlSAX2EntityDecl__internal_alias macro
H A Dtestapi.c4161 xmlSAX2EntityDecl(ctx, (const xmlChar *)name, type, (const xmlChar *)publicId, (const xmlChar *)systemId, content);
4171 printf("Leak of %d blocks found in xmlSAX2EntityDecl",
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DSAX2.h66 xmlSAX2EntityDecl (void *ctx,

Completed in 303 milliseconds