Lines Matching defs:newBuf
875 char *newBuf;878 newBuf = (char *)realloc(helper->buf, needLen);879 if (newBuf == NULL) {882 helper->buf = newBuf;