Home | History | Annotate | Download | only in libxml2

Lines Matching defs:newbuf

7218     xmlChar *newbuf;
7243 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size);
7244 if (newbuf == NULL) {
7248 buf->contentIO = newbuf;
7249 buf->content = newbuf + start_buf;
7251 newbuf = (xmlChar *) xmlRealloc(buf->content, size);
7252 if (newbuf == NULL) {
7256 buf->content = newbuf;