Home
last modified time | relevance | path

Searched refs:deflateEnd (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dcompress.c51 deflateEnd(&stream);
56 err = deflateEnd(&stream);
Dzconf.h18 # define deflateEnd z_deflateEnd macro
319 # pragma map(deflateEnd,"DEEND")
Dzconf.in.h18 # define deflateEnd z_deflateEnd macro
319 # pragma map(deflateEnd,"DEEND")
Dexample.c200 err = deflateEnd(&c_stream);
296 err = deflateEnd(&c_stream);
373 err = deflateEnd(&c_stream);
456 err = deflateEnd(&c_stream);
Dzlib.h328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
Ddeflate.c301 deflateEnd (strm);
859 int ZEXPORT deflateEnd (strm) in deflateEnd() function
928 deflateEnd (dest);
Dgzio.c369 err = deflateEnd(&(s->stream));
DChangeLog691 - deflateEnd now returns Z_DATA_ERROR if it was premature
853 - use Z_FINISH instead of deflateEnd to finish compression.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dcompress.c51 deflateEnd(&stream);
56 err = deflateEnd(&stream);
Dexample.c231 err = deflateEnd(&c_stream);
327 err = deflateEnd(&c_stream);
404 err = deflateEnd(&c_stream);
487 err = deflateEnd(&c_stream);
Dzconf.h43 # define deflateEnd z_deflateEnd macro
498 #pragma map(deflateEnd,"DEEND")
Dminigzip.c225 gz->write ? deflateEnd(&(gz->strm)) : inflateEnd(&(gz->strm));
315 deflateEnd(strm);
Dzlib.h353 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
Dgzwrite.c566 (void)deflateEnd(&(state->strm));
Ddeflate.c309 deflateEnd (strm);
979 int ZEXPORT deflateEnd (strm) in deflateEnd() function
1048 deflateEnd (dest);
DChangeLog1308 - deflateEnd now returns Z_DATA_ERROR if it was premature
1470 - use Z_FINISH instead of deflateEnd to finish compression.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzlibmodule.c180 deflateEnd(&zst); in PyZlib_compress()
191 deflateEnd(&zst); in PyZlib_compress()
195 err=deflateEnd(&zst); in PyZlib_compress()
387 deflateEnd(&self->zst); in Comp_dealloc()
673 err = deflateEnd(&(self->zst)); in PyZlib_flush()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzlibmodule.c174 deflateEnd(&zst); in PyZlib_compress()
185 deflateEnd(&zst); in PyZlib_compress()
189 err=deflateEnd(&zst); in PyZlib_compress()
381 deflateEnd(&self->zst); in Comp_dealloc()
647 err = deflateEnd(&(self->zst)); in PyZlib_flush()