Home
last modified time | relevance | path

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

/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/utils/
H A DFileUtils.java23 import org.apache.commons.compress.archivers.tar.TarArchiveEntry;
24 import org.apache.commons.compress.archivers.tar.TarArchiveInputStream;
25 import org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream;
26 import org.apache.commons.compress.utils.IOUtils;
/interface/sdk_c/third_party/zlib/
H A Dzconf.h34 # define compress z_compress macro
H A Dzlib.h594 compress them better. The effect of Z_FILTERED is to force more Huffman
1200 16: NO_GZCOMPRESS -- gz* functions cannot compress (to avoid linking
1232 ZEXTERN int ZEXPORT compress(Bytef *dest, uLongf *destLen,
1239 compressed data. compress() is equivalent to compress2() with a level
1242 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1266 compress() or compress2() on sourceLen bytes. It would be used before a
1267 compress() or compress2() call to allocate the destination buffer.
1473 Convert, format, compress, and write the arguments (...) to file under

Completed in 5 milliseconds