Lines Matching refs:newbuff
643 uint8_t* newbuff = realloc(pipe->buffer, newsize);645 if (newbuff == NULL) {650 memcpy(newbuff + pipe->size, newbuff, wpos);652 pipe->buffer = newbuff;