Searched refs:newbuf (Results 1 – 1 of 1) sorted by relevance
344 char *newbuf, *oldbuf; in xb_grow() local355 newbuf = xb_realloc(oldbuf, oldsize, newsize); in xb_grow()356 if (newbuf == NULL) { in xb_grow()359 xbp->xb_u.xb_buffer.xbb_base = newbuf; in xb_grow()361 xbp->xb_ptr = newbuf + oldsize; in xb_grow()