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