Home
last modified time | relevance | path

Searched refs:bufIn (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dzip_file.cpp473 BytePtr bufIn = new (std::nothrow) Byte[UNZIP_BUF_IN_LEN]; in InitZStream() local
474 if (bufIn == nullptr) { in InitZStream()
479 zstream.next_in = bufIn; in InitZStream()
510 BytePtr bufIn = zstream.next_in; in UnzipWithInflated() local
519 if (!ReadZStream(bufIn, zstream, remainCompressedSize, startPos)) { in UnzipWithInflated()
552 delete[] bufIn; in UnzipWithInflated()
674 BytePtr bufIn = zstream.next_in; in UnzipWithInflatedFromMMap() local
687 delete[] bufIn; in UnzipWithInflatedFromMMap()
694 if (!ReadZStreamFromMMap(bufIn, mmapSrcDataPtr, zstream, remainCompressedSize)) { in UnzipWithInflatedFromMMap()
732 delete[] bufIn; in UnzipWithInflatedFromMMap()
[all...]

Completed in 2 milliseconds