Home | History | Annotate | Download | only in libxml2

Lines Matching defs:newbuf

7057     xmlChar *newbuf;
7080 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size);
7081 if (newbuf == NULL) {
7085 buf->contentIO = newbuf;
7086 buf->content = newbuf + start_buf;
7088 newbuf = (xmlChar *) xmlRealloc(buf->content, size);
7089 if (newbuf == NULL) {
7093 buf->content = newbuf;