Home | History | Annotate | Download | only in minzip

Lines Matching refs:newBuf

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