Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlMalloc

1141         defaults = (xmlDefAttrsPtr) xmlMalloc(sizeof(xmlDefAttrs) +
1385 xmlMalloc(ctxt->nsMax * sizeof(xmlChar *));
1446 xmlMalloc(maxatts * sizeof(xmlChar *));
1449 attallocs = (int *) xmlMalloc((maxatts / 5) * sizeof(int));
8014 xmlMalloc(maxatts * sizeof(xmlChar *));
11561 ctxt->pushTab = (void **) xmlMalloc(ctxt->nameMax * 3 * sizeof(xmlChar *));
11573 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler));
11705 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler));
14037 ctxt->pushTab = (void **) xmlMalloc(ctxt->nameMax * 3 *