Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSAX2ExternalSubset

365  * xmlSAX2ExternalSubset:
374 xmlSAX2ExternalSubset(void *ctx, const xmlChar *name,
381 "SAX.xmlSAX2ExternalSubset(%s, %s, %s)\n",
422 xmlSAX2ErrMemory(ctxt, "xmlSAX2ExternalSubset");
2818 hdlr->externalSubset = xmlSAX2ExternalSubset;