Home | History | Annotate | Download | only in Modules

Lines Matching defs:newbuf

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