Lines Matching refs:xmlMalloc
1998 input = (xmlParserInputPtr) xmlMalloc(sizeof(htmlParserInput));
2124 cur = (xmlDocPtr) xmlMalloc(sizeof(xmlDoc));
3550 xmlMalloc(maxatts * sizeof(xmlChar *));
4269 sax = (htmlSAXHandler *) xmlMalloc(sizeof(htmlSAXHandler));
4279 xmlMalloc(5 * sizeof(htmlParserInputPtr));
4296 ctxt->nodeTab = (htmlNodePtr *) xmlMalloc(10 * sizeof(htmlNodePtr));
4312 ctxt->nameTab = (const xmlChar **) xmlMalloc(10 * sizeof(xmlChar *));
4381 ctxt = (xmlParserCtxtPtr) xmlMalloc(sizeof(xmlParserCtxt));
5451 ctxt->sax = (htmlSAXHandlerPtr) xmlMalloc(sizeof(htmlSAXHandler));