Searched refs:deflateInit_ (Results 1 – 7 of 7) sorted by relevance
| /freebsd/lib/libz/ |
| H A D | Symbol.map | 61 deflateInit_;
|
| /freebsd/sys/contrib/zlib/ |
| H A D | zlib.h | 1908 ZEXTERN int ZEXPORT deflateInit_(z_streamp strm, int level, 1924 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1938 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
|
| H A D | zconf.h | 76 # define deflateInit_ z_deflateInit_ macro 566 #pragma map(deflateInit_,"DEIN")
|
| H A D | zconf.h.in | 57 # define deflateInit_ z_deflateInit_ macro 536 #pragma map(deflateInit_,"DEIN")
|
| H A D | deflate.c | 379 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 | 108 #define deflateInit_ p_deflateInit_ macro 139 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_()
|