Lines Matching refs:xmlMalloc
586 reader->entTab = (xmlNodePtr *) xmlMalloc(reader->entMax *
589 xmlGenericError(xmlGenericErrorContext, "xmlMalloc failed !\n");
2042 ret = xmlMalloc(sizeof(xmlTextReader));
2061 ret->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler));
3945 reader->patternTab = (xmlPatternPtr *) xmlMalloc(reader->patternMax *
3948 xmlGenericError(xmlGenericErrorContext, "xmlMalloc failed !\n");
4521 /* helper to build a xmlMalloc'ed string from a format and va_list */
4935 reader->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler));
5126 ret = xmlMalloc(sizeof(xmlTextReader));