/external/zlib/src/contrib/dotzlib/DotZLib/ |
H A D | Deflater.cs | 22 private static extern int deflateInit_(ref ZStream sz, int level, string vs, int size);
method in class:DotZLib.Deflater 40 int retval = deflateInit_(ref _ztream, (int)level, Info.Version, Marshal.SizeOf(_ztream));
|
/external/chromium/sdch/open-vcdiff/src/ |
H A D | zconf.h | 16 # define deflateInit_ z_deflateInit_ macro 320 # pragma map(deflateInit_,"DEIN")
|
H A D | zlib.h | 1333 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level, 1348 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
|
/external/qemu/distrib/zlib-1.2.3/ |
H A D | zconf.h | 16 # define deflateInit_ z_deflateInit_ macro 317 # pragma map(deflateInit_,"DEIN")
|
H A D | zlib.h | 1317 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level, 1332 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
|
H A D | deflate.c | 204 int ZEXPORT deflateInit_(strm, level, version, stream_size) function
|
/external/zlib/src/ |
H A D | zconf.h | 44 # define deflateInit_ z_deflateInit_ macro 491 #pragma map(deflateInit_,"DEIN")
|
H A D | zlib.h | 1616 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level, 1631 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
|
H A D | zconf.h.cmakein | 46 # define deflateInit_ z_deflateInit_ 493 #pragma map(deflateInit_,"DEIN")
|
H A D | zconf.h.in | 44 # define deflateInit_ z_deflateInit_ 491 #pragma map(deflateInit_,"DEIN")
|
H A D | deflate.c | 201 int ZEXPORT deflateInit_(strm, level, version, stream_size) function
|
/external/zlib/ |
H A D | zconf.h | 44 # define deflateInit_ z_deflateInit_ macro 491 #pragma map(deflateInit_,"DEIN")
|
H A D | zlib.h | 1616 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level, 1631 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
|
/external/zlib/src/contrib/pascal/ |
H A D | zlibpas.pas | 160 function deflateInit_(var strm: z_stream; level: Integer; function 199 function deflateInit_; external; function 229 Result := deflateInit_(strm, level, ZLIB_VERSION, sizeof(z_stream));
|
/external/zlib/src/contrib/delphi/ |
H A D | ZLib.pas | 241 function deflateInit_(var strm: TZStreamRec; level: Integer; version: PChar; function 302 CCheck(deflateInit_(strm, Z_BEST_COMPRESSION, zlib_version, sizeof(strm))); 415 CCheck(deflateInit_(FZRec, Levels[CompressionLevel], zlib_version, sizeof(FZRec)));
|
/external/openssl/crypto/comp/ |
H A D | c_zlib.c | 127 #define deflateInit_ p_deflateInit_ macro 167 err = deflateInit_(&state->ostream,Z_DEFAULT_COMPRESSION, 375 "deflateInit_");
|