Home
last modified time | relevance | path

Searched refs:deflateInit_ (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libz/
H A DSymbol.map48 deflateInit_;
/freebsd/sys/contrib/zlib/
H A Dzlib.h1789 ZEXTERN int ZEXPORT deflateInit_(z_streamp strm, int level,
1805 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1819 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
H A Dzconf.h64 # define deflateInit_ z_deflateInit_ macro
550 #pragma map(deflateInit_,"DEIN")
H A Dzconf.h.in53 # define deflateInit_ z_deflateInit_ macro
528 #pragma map(deflateInit_,"DEIN")
H A Ddeflate.c371 int ZEXPORT deflateInit_(z_streamp strm, int level, const char *version, in deflateInit_() function
/freebsd/crypto/openssl/crypto/comp/
H A Dc_zlib.c114 # define deflateInit_ p_deflateInit_ macro
145 err = deflateInit_(&state->ostream, Z_DEFAULT_COMPRESSION, in zlib_stateful_init()
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c270 return deflateInit_((strm), (level), version, stream_size); in z_deflateInit_()