Searched defs:bufOut (Results 1 – 2 of 2) sorted by relevance
468 BytePtr bufOut = new (std::nothrow) Byte[UNZIP_BUF_OUT_LEN]; in InitZStream() local511 BytePtr bufOut = zstream.next_out; in UnzipWithInflated() local675 BytePtr bufOut = zstream.next_out; in UnzipWithInflatedFromMMap() local
699 BytePtr bufOut = new (std::nothrow) Byte[UNZIP_BUF_OUT_LEN]; // NOLINT(modernize-use-auto) in InitZStream() local776 BytePtr bufOut = zstream.next_out; in UnzipWithInflatedFromMMap() local820 …ZipFile::CopyInflateOut(z_stream &zstream, size_t inflateLen, uint8_t **dstDataPtr, BytePtr bufOut, in CopyInflateOut()