Lines Matching +full:one +full:- +full:shot
22 - Compression support
73 Methods (B<COMP_METHOD>) may be specified by one of these functions. These functions
81 COMP_zlib() returns a B<COMP_METHOD> for stream-based ZLIB compression.
85 COMP_zlib_oneshot() returns a B<COMP_METHOD> for one-shot ZLIB compression.
89 COMP_brotli() returns a B<COMP_METHOD> for stream-based Brotli compression.
93 COMP_brotli_oneshot() returns a B<COMP_METHOD> for one-shot Brotli compression.
97 COMP_zstd() returns a B<COMP_METHOD> for stream-based Zstandard compression.
101 COMP_zstd_oneshot() returns a B<COMP_METHOD> for one-shot Zstandard compression.
112 While compressing non-compressible data, the output may be larger than the
138 COMP_zlib(), COMP_brotli() and COMP_zstd() are stream-based compression methods.
142 COMP_zlib_oneshot(), COMP_brotli_oneshot() and COMP_zstd_oneshot() are not stream-based. These
143 methods do not maintain state between calls. An error in one call does not affect
159 -1 is returned.
177 Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.