Lines Matching refs:xmlRealloc
596 (xmlNodePtr *) xmlRealloc(reader->entTab,
600 xmlGenericError(xmlGenericErrorContext, "xmlRealloc failed !\n");
3955 tmp = (xmlPatternPtr *) xmlRealloc(reader->patternTab,
3959 xmlGenericError(xmlGenericErrorContext, "xmlRealloc failed !\n");
4546 if ((larger = (char *) xmlRealloc(str, size)) == NULL) {
4547 xmlGenericError(xmlGenericErrorContext, "xmlRealloc failed !\n");