Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlSAX2UnparsedEntityDecl

888  * xmlSAX2UnparsedEntityDecl:
898 xmlSAX2UnparsedEntityDecl(void *ctx, const xmlChar *name,
907 "SAX.xmlSAX2UnparsedEntityDecl(%s, %s, %s, %s)\n",
952 "SAX.xmlSAX2UnparsedEntityDecl(%s) called while not in subset\n",
2879 hdlr->unparsedEntityDecl = xmlSAX2UnparsedEntityDecl;