Searched refs:newBuf (Results 1 – 1 of 1) sorted by relevance
105 char* newBuf = (char*) realloc(*stream->bufp, newSize); in ensureCapacity() local106 if (newBuf == NULL) in ensureCapacity()109 *stream->bufp = newBuf; in ensureCapacity()