Lines Matching defs:bufIn
473 BytePtr bufIn = new (std::nothrow) Byte[UNZIP_BUF_IN_LEN];
474 if (bufIn == nullptr) {
479 zstream.next_in = bufIn;
510 BytePtr bufIn = zstream.next_in;
519 if (!ReadZStream(bufIn, zstream, remainCompressedSize, startPos)) {
552 delete[] bufIn;
674 BytePtr bufIn = zstream.next_in;
687 delete[] bufIn;
694 if (!ReadZStreamFromMMap(bufIn, mmapSrcDataPtr, zstream, remainCompressedSize)) {
732 delete[] bufIn;