Searched defs:deflateInit_ (Results 1 - 16 of 16) 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/freetype/src/gzip/
H A Dftzconf.h16 # define deflateInit_ z_deflateInit_ macro
259 # pragma map(deflateInit_,"DEIN")
H A Dzconf.h16 # define deflateInit_ z_deflateInit_ macro
259 # pragma map(deflateInit_,"DEIN")
/external/syslinux/com32/lib/zlib/
H A Dzconf.in.h15 # define deflateInit_ z_deflateInit_ macro
307 # pragma map(deflateInit_,"DEIN")
H A Ddeflate.c198 int ZEXPORT deflateInit_(strm, level, version, stream_size) function
/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/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/python/cpython2/Modules/zlib/
H A Ddeflate.c201 int ZEXPORT deflateInit_(strm, level, version, stream_size) function
H A Dzconf.h45 # define deflateInit_ z_deflateInit_ macro
496 #pragma map(deflateInit_,"DEIN")
/external/zlib/src/
H A Ddeflate.c201 int ZEXPORT deflateInit_(strm, level, version, stream_size) function
H A Dzconf.h45 # define deflateInit_ z_deflateInit_ macro
496 #pragma map(deflateInit_,"DEIN")
/external/pdfium/third_party/zlib_v128/
H A Ddeflate.c201 int ZEXPORT deflateInit_( function
H A Dzconf.h45 # define deflateInit_ z_deflateInit_ macro
504 #pragma map(deflateInit_,"DEIN")
H A Dzlib.h45 #define deflateInit_ FPDFAPI_deflateInit_ macro
1702 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level,
1717 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
/external/syslinux/com32/include/
H A Dzconf.h41 # define deflateInit_ z_deflateInit_ macro
413 #pragma map(deflateInit_,"DEIN")
/external/zlib/
H A Dzconf.h45 # define deflateInit_ z_deflateInit_ macro
496 #pragma map(deflateInit_,"DEIN")

Completed in 314 milliseconds