Lines Matching defs:newbuf
7082 xmlChar *newbuf;7107 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size);7108 if (newbuf == NULL) {7112 buf->contentIO = newbuf;7113 buf->content = newbuf + start_buf;7115 newbuf = (xmlChar *) xmlRealloc(buf->content, size);7116 if (newbuf == NULL) {7120 buf->content = newbuf;