Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlSAX2InternalSubset

327  * xmlSAX2InternalSubset:
336 xmlSAX2InternalSubset(void *ctx, const xmlChar *name,
344 "SAX.xmlSAX2InternalSubset(%s, %s, %s)\n",
361 xmlSAX2ErrMemory(ctxt, "xmlSAX2InternalSubset");
2817 hdlr->internalSubset = xmlSAX2InternalSubset;
2893 hdlr->internalSubset = xmlSAX2InternalSubset;
2951 hdlr->internalSubset = xmlSAX2InternalSubset;