MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / deflateInit_

Function deflateInit_

extern/zlib/src/deflate.c:371–376  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

369
370/* ========================================================================= */
371int ZEXPORT deflateInit_(z_streamp strm, int level, const char *version,
372 int stream_size) {
373 return deflateInit2_(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL,
374 Z_DEFAULT_STRATEGY, version, stream_size);
375 /* To do: ignore strm->next_in if we use it as window */
376}
377
378/* ========================================================================= */
379int ZEXPORT deflateInit2_(z_streamp strm, int level, int method,

Callers

nothing calls this directly

Calls 1

deflateInit2_Function · 0.85

Tested by

no test coverage detected