Home | History | Annotate | Download | only in libxml2

Lines Matching defs:newbuf

437     xmlChar *newbuf;
464 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size);
465 if (newbuf == NULL) {
469 buf->contentIO = newbuf;
470 buf->content = newbuf + start_buf;
472 newbuf = (xmlChar *) xmlRealloc(buf->content, size);
473 if (newbuf == NULL) {
477 buf->content = newbuf;