Searched refs:deflateInit_ (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libz/ |
H A D | Symbol.map | 48 deflateInit_;
|
/freebsd/sys/contrib/zlib/ |
H A D | zlib.h | 1789 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 D | zconf.h | 64 # define deflateInit_ z_deflateInit_ macro 550 #pragma map(deflateInit_,"DEIN")
|
H A D | zconf.h.in | 53 # define deflateInit_ z_deflateInit_ macro 528 #pragma map(deflateInit_,"DEIN")
|
H A D | deflate.c | 371 int ZEXPORT deflateInit_(z_streamp strm, int level, const char *version, in deflateInit_() function
|
/freebsd/crypto/openssl/crypto/comp/ |
H A D | c_zlib.c | 114 # define deflateInit_ p_deflateInit_ macro 145 err = deflateInit_(&state->ostream, Z_DEFAULT_COMPRESSION, in zlib_stateful_init()
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | zstd_zlibwrapper.c | 270 return deflateInit_((strm), (level), version, stream_size); in z_deflateInit_()
|