Lines Matching defs:newbuf
542 char *newbuf = (char *)realloc(self->buf, n);543 if (!newbuf) {547 self->buf = newbuf;588 char *newbuf;602 newbuf603 if (newbuf == NULL) {607 self->buf = newbuf;