Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlSAX2InternalSubset

344  * xmlSAX2InternalSubset:
353 xmlSAX2InternalSubset(void *ctx, const xmlChar *name,
361 "SAX.xmlSAX2InternalSubset(%s, %s, %s)\n",
378 xmlSAX2ErrMemory(ctxt, "xmlSAX2InternalSubset");
2855 hdlr->internalSubset = xmlSAX2InternalSubset;
2931 hdlr->internalSubset = xmlSAX2InternalSubset;
2989 hdlr->internalSubset = xmlSAX2InternalSubset;