MCPcopy Index your code
hub / github.com/RsyncProject/rsync / deflateInit_

Function deflateInit_

zlib/deflate.c:203–209  ·  view source on GitHub ↗

========================================================================= */

Source from the content-addressed store, hash-verified

201
202/* ========================================================================= */
203int ZEXPORT deflateInit_(z_streamp strm, int level, const char *version,
204 int stream_size)
205{
206 return deflateInit2_(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL,
207 Z_DEFAULT_STRATEGY, version, stream_size);
208 /* To do: ignore strm->next_in if we use it as window */
209}
210
211/* ========================================================================= */
212int ZEXPORT deflateInit2_(z_streamp strm, int level, int method, int windowBits,

Callers

nothing calls this directly

Calls 1

deflateInit2_Function · 0.85

Tested by

no test coverage detected