Searched refs:deflateInit_ (Results 1 - 25 of 25) sorted by relevance

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDeflater.cs22 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 Dzconf.h16 # define deflateInit_ z_deflateInit_ macro
320 # pragma map(deflateInit_,"DEIN")
H A Dzlib.h1333 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level,
1348 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzconf.h16 # define deflateInit_ z_deflateInit_ macro
320 # pragma map(deflateInit_,"DEIN")
H A Dzlib.h1333 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level,
1348 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
/external/open-vcdiff/src/zlib/
H A Dzconf.h16 # define deflateInit_ z_deflateInit_ macro
320 # pragma map(deflateInit_,"DEIN")
H A Dzlib.h1333 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 Dzconf.h16 # define deflateInit_ z_deflateInit_ macro
317 # pragma map(deflateInit_,"DEIN")
H A Dzlib.h1317 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level,
1332 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
H A Ddeflate.c204 int ZEXPORT deflateInit_(strm, level, version, stream_size) function
/external/chromium_org/third_party/zlib/
H A Dzconf.h44 # define deflateInit_ z_deflateInit_ macro
416 #pragma map(deflateInit_,"DEIN")
H A Dmozzconf.h92 #define deflateInit_ MOZ_Z_deflateInit_ macro
H A Dzlib.h1537 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level,
1552 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
H A Ddeflate.c199 int ZEXPORT deflateInit_(strm, level, version, stream_size) function
/external/zlib/src/
H A Dzconf.h45 # define deflateInit_ z_deflateInit_ macro
496 #pragma map(deflateInit_,"DEIN")
H A Dzlib.h1633 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level,
1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
H A Dzconf.h.cmakein47 # define deflateInit_ z_deflateInit_
498 #pragma map(deflateInit_,"DEIN")
H A Dzconf.h.in45 # define deflateInit_ z_deflateInit_
496 #pragma map(deflateInit_,"DEIN")
H A Ddeflate.c201 int ZEXPORT deflateInit_(strm, level, version, stream_size) function
/external/zlib/
H A Dzconf.h45 # define deflateInit_ z_deflateInit_ macro
496 #pragma map(deflateInit_,"DEIN")
H A Dzlib.h1633 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level,
1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas160 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 DZLib.pas241 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/chromium_org/third_party/openssl/openssl/crypto/comp/
H A Dc_zlib.c127 #define deflateInit_ p_deflateInit_ macro
167 err = deflateInit_(&state->ostream,Z_DEFAULT_COMPRESSION,
375 "deflateInit_");
/external/openssl/crypto/comp/
H A Dc_zlib.c127 #define deflateInit_ p_deflateInit_ macro
167 err = deflateInit_(&state->ostream,Z_DEFAULT_COMPRESSION,
375 "deflateInit_");

Completed in 430 milliseconds