/third_party/zlib/contrib/dotzlib/DotZLib/ |
H A D | Deflater.cs | 22 private static extern int deflateInit_(ref ZStream sz, int level, string vs, int size);
in deflateInit_() method in DotZLib.Deflater 40 int retval = deflateInit_(ref _ztream, (int)level, Info.Version, Marshal.SizeOf(_ztream));
in Deflater()
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | ftzconf.h | 16 # define deflateInit_ z_deflateInit_ macro 259 # pragma map(deflateInit_,"DEIN")
|
H A D | zlib.h | 816 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
|
/third_party/node/deps/zlib/ |
H A D | zlib.h | 1783 ZEXTERN int ZEXPORT deflateInit_(z_streamp strm, int level, 1799 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1813 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
|
H A D | zconf.h | 65 # define deflateInit_ z_deflateInit_ macro 551 #pragma map(deflateInit_,"DEIN")
|
H A D | chromeconf.h | 64 #define deflateInit_ Cr_z_deflateInit_ macro
|
H A D | deflate.c | 383 int ZEXPORT deflateInit_(z_streamp strm, int level, const char *version, in deflateInit_() function
|
/third_party/zlib/contrib/delphi/ |
H A D | ZLib.pas | 241 function deflateInit_(var strm: TZStreamRec; level: Integer; version: PChar; in deflateInit_() function 302 CCheck(deflateInit_(strm, Z_BEST_COMPRESSION, zlib_version, sizeof(strm))); 415 CCheck(deflateInit_(FZRec, Levels[CompressionLevel], zlib_version, sizeof(FZRec)));
|
/third_party/zlib/ |
H A D | zlib.h | 1784 ZEXTERN int ZEXPORT deflateInit_(z_streamp strm, int level, 1800 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1814 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
|
H A D | zconf.h | 53 # define deflateInit_ z_deflateInit_ macro 528 #pragma map(deflateInit_,"DEIN")
|
H A D | deflate.c | 374 int ZEXPORT deflateInit_(z_streamp strm, int level, const char *version, in deflateInit_() function
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zconf.h | 62 # define deflateInit_ z_deflateInit_ macro 534 #pragma map(deflateInit_,"DEIN")
|
H A D | zlib.h | 1766 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level, 1782 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1796 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
|
H A D | chromeconf.h | 61 #define deflateInit_ Cr_z_deflateInit_ macro
|
H A D | deflate.c | 225 int ZEXPORT deflateInit_(strm, level, version, stream_size) in deflateInit_() function
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zconf.h | 41 # define deflateInit_ z_deflateInit_
macro 414 #pragma map(deflateInit_,"DEIN")
|
H A D | zlib.h | 1532 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level,
1547 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
|
H A D | deflate.c | 198 int ZEXPORT deflateInit_(strm, level, version, stream_size)
in deflateInit_() function
|
/third_party/skia/third_party/externals/zlib/ |
H A D | zconf.h | 62 # define deflateInit_ z_deflateInit_ macro 534 #pragma map(deflateInit_,"DEIN")
|
H A D | zlib.h | 1764 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level, 1780 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1794 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
|
H A D | chromeconf.h | 61 #define deflateInit_ Cr_z_deflateInit_ macro
|
H A D | deflate.c | 220 int ZEXPORT deflateInit_(strm, level, version, stream_size) in deflateInit_() function
|
/third_party/node/deps/openssl/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() 230 p_deflateInit_ = (deflateInit__ft) DSO_bind_func(zlib_dso, "deflateInit_"); in DEFINE_RUN_ONCE_STATIC()
|
/third_party/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() 230 p_deflateInit_ = (deflateInit__ft) DSO_bind_func(zlib_dso, "deflateInit_"); in DEFINE_RUN_ONCE_STATIC()
|