Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSAXHandler

11573 	ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler));
11580 memset(ctxt->sax, 0, sizeof(xmlSAXHandler));
11582 memcpy(ctxt->sax, sax, sizeof(xmlSAXHandler));
11705 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler));
11711 memset(ctxt->sax, 0, sizeof(xmlSAXHandler));
11713 memcpy(ctxt->sax, sax, sizeof(xmlSAXHandler));