Home | History | Annotate | Download | only in libxml2

Lines Matching defs:newbuf

439     xmlChar *newbuf;
478 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size);
479 if (newbuf == NULL) {
483 buf->contentIO = newbuf;
484 buf->content = newbuf + start_buf;
486 newbuf = (xmlChar *) xmlRealloc(buf->content, size);
487 if (newbuf == NULL) {
491 buf->content = newbuf;