Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSAX2UnparsedEntityDecl

858  * xmlSAX2UnparsedEntityDecl:
868 xmlSAX2UnparsedEntityDecl(void *ctx, const xmlChar *name,
877 "SAX.xmlSAX2UnparsedEntityDecl(%s, %s, %s, %s)\n",
922 "SAX.xmlSAX2UnparsedEntityDecl(%s) called while not in subset\n",
2829 hdlr->unparsedEntityDecl = xmlSAX2UnparsedEntityDecl;