Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSAXHandler

11870 	ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler));
11877 memset(ctxt->sax, 0, sizeof(xmlSAXHandler));
11879 memcpy(ctxt->sax, sax, sizeof(xmlSAXHandler));
12002 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler));
12008 memset(ctxt->sax, 0, sizeof(xmlSAXHandler));
12010 memcpy(ctxt->sax, sax, sizeof(xmlSAXHandler));