Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dzip_file.cpp468 BytePtr bufOut = new (std::nothrow) Byte[UNZIP_BUF_OUT_LEN]; in InitZStream() local
469 if (bufOut == nullptr) { in InitZStream()
475 delete[] bufOut; in InitZStream()
478 zstream.next_out = bufOut; in InitZStream()
511 BytePtr bufOut = zstream.next_out; in UnzipWithInflated() local
532 dest.write((const char *)bufOut, inflateLen); in UnzipWithInflated()
533 zstream.next_out = bufOut; in UnzipWithInflated()
551 delete[] bufOut; in UnzipWithInflated()
675 BytePtr bufOut = zstream.next_out; in UnzipWithInflatedFromMMap() local
686 delete[] bufOut; in UnzipWithInflatedFromMMap()
[all...]

Completed in 2 milliseconds