Searched defs:deflateReset (Results 1 - 13 of 13) sorted by relevance

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDeflater.cs28 private static extern int deflateReset(ref ZStream sz); method in class:DotZLib.Deflater
96 deflateReset(ref _ztream);
/external/freetype/src/gzip/
H A Dftzconf.h25 # define deflateReset z_deflateReset macro
/external/syslinux/com32/lib/zlib/
H A Dzconf.in.h24 # define deflateReset z_deflateReset macro
H A Ddeflate.c307 return deflateReset(strm);
353 int ZEXPORT deflateReset (strm) function
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas119 function deflateReset(var strm: z_stream): Integer; function
204 function deflateReset; external; function
/external/python/cpython2/Modules/zlib/
H A Ddeflate.c319 return deflateReset(strm);
427 int ZEXPORT deflateReset (strm) function
H A Dzconf.h49 # define deflateReset z_deflateReset macro
/external/python/cpython3/Modules/zlib/
H A Ddeflate.c308 s->status = INIT_STATE; /* to pass state test in deflateReset() */
347 return deflateReset(strm);
505 int ZEXPORT deflateReset (strm) function
H A Dzconf.h54 # define deflateReset z_deflateReset macro
/external/zlib/src/
H A Ddeflate.c308 s->status = INIT_STATE; /* to pass state test in deflateReset() */
347 return deflateReset(strm);
505 int ZEXPORT deflateReset (strm) function
H A Dzconf.h54 # define deflateReset z_deflateReset macro
/external/syslinux/com32/include/
H A Dzconf.h44 # define deflateReset z_deflateReset macro
/external/zlib/
H A Dzconf.h54 # define deflateReset z_deflateReset macro

Completed in 424 milliseconds