Home
last modified time | relevance | path

Searched refs:inflate (Results 1 – 25 of 29) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
DMakefile50 zutil.o inflate.o infback.o inftrees.o inffast.o
147 inffast.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h
148 inflate.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h
149 infback.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h
DMakefile.in50 zutil.o inflate.o infback.o inftrees.o inffast.o
147 inffast.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h
148 inflate.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h
149 infback.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h
DChangeLog12 - Avoid more silly Visual C warnings in inflate.c and inftrees.c for 64-bit
18 - Fix cast for assignments to strm->state in inflate.c and infback.c
27 invalid inflate input. Thanks to Tavis Ormandy and Markus Oberhumer for
34 - Replace 1U constants in inflate.c and inftrees.c for 64-bit compile
44 - Remove USE_DICT_HEAD in deflate.c (would mess up inflate if used)
55 - Replace structure assignments in deflate.c and inflate.c with zmemcpy to
75 - Allow inflateSetDictionary() call for raw inflate
76 - Fix inflate header crc check bug for file names and comments
82 - Remove GUNZIP condition from definition of inflate_mode in inflate.h
107 - Fix bug in error case in inflate.c, infback.c, and infback9.c [Brown]
[all …]
DINDEX36 inflate.c
37 inflate.h
Dmake_vms.com80 infback.c zutil.h inftrees.h inflate.h inffast.h inffixed.h
83 $ CALL MAKE inflate.OBJ "CC ''CCOPT' inflate" -
84 inflate.c zutil.h zlib.h zconf.h infblock.h
280 deflate.obj, trees.obj, zutil.obj, inflate.obj, \
313 inflate.obj : inflate.c zutil.h zlib.h zconf.h
319 infback.obj : infback.c zutil.h inftrees.h inflate.h inffast.h inffixed.h
Dalgorithm.txt58 2. Decompression algorithm (inflate)
67 inflate() sets up a first level table that covers some number of bits of
71 the value, else it will point to the next level table for which inflate()
79 codes are replicated many times in such a table. What inflate() does is
83 For inflate, which has 286 possible codes for the literal/length tree, the size
92 2.2 More details on the inflate table lookup
94 Ok, you want to know what this cleverly obfuscated inflate tree actually
110 inflate, two is enough.
189 There, I think that gives you a picture of what's going on. For inflate, the
Dexample.c229 err = inflate(&d_stream, Z_NO_FLUSH);
325 err = inflate(&d_stream, Z_NO_FLUSH);
404 inflate(&d_stream, Z_NO_FLUSH);
411 err = inflate(&d_stream, Z_FINISH);
486 err = inflate(&d_stream, Z_NO_FLUSH);
Duncompr.c50 err = inflate(&stream, Z_FINISH);
DFAQ35 5. deflate() or inflate() returns Z_BUF_ERROR.
41 inflate() can be made with more input or output space. A Z_BUF_ERROR
148 format using deflateInit2(). You can also request that inflate decode
225 30. Is there some simpler, easier to read version of inflate I can look at
240 Yes. inflate() and deflate() will process any amount of data correctly.
241 Each call of inflate() or deflate() is limited to input and output chunks
246 inflate() or deflate(). The application can easily set up its own counters
247 updated after each call of inflate() or deflate() to count beyond 4 GB.
Dzconf.h20 # define inflate z_inflate macro
Dzconf.in.h20 # define inflate z_inflate macro
Dzlib.h363 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dalgorithm.txt58 2. Decompression algorithm (inflate)
67 inflate() sets up a first level table that covers some number of bits of
71 the value, else it will point to the next level table for which inflate()
79 codes are replicated many times in such a table. What inflate() does is
83 For inflate, which has 286 possible codes for the literal/length tree, the size
92 2.2 More details on the inflate table lookup
94 Ok, you want to know what this cleverly obfuscated inflate tree actually
110 inflate, two is enough.
189 There, I think that gives you a picture of what's going on. For inflate, the
DChangeLog46 - Update inflateBack() comments, since inflate() can be faster
98 - Improve inflate() documentation on the use of Z_FINISH
210 - Remove code from inflate.c and infback.c that is impossible to execute
211 - Test the inflate code with full coverage
215 - Have inflate() with Z_FINISH avoid the allocation of a window
216 - Do not set strm->adler when doing raw inflate
372 - Fix name change from inflate.h in contrib/inflate86/inffas86.c
437 - Avoid unused parameter warning in inflate.c
438 - Avoid signed-unsigned comparison warning in inflate.c
509 Assures that random input to inflate eventually results in an error
[all …]
DINDEX54 inflate.c
55 inflate.h
Duncompr.c48 err = inflate(&stream, Z_FINISH);
Dexample.c260 err = inflate(&d_stream, Z_NO_FLUSH);
356 err = inflate(&d_stream, Z_NO_FLUSH);
435 inflate(&d_stream, Z_NO_FLUSH);
442 err = inflate(&d_stream, Z_FINISH);
517 err = inflate(&d_stream, Z_NO_FLUSH);
DFAQ33 5. deflate() or inflate() returns Z_BUF_ERROR.
38 Z_BUF_ERROR is not fatal--another call to deflate() or inflate() can be
149 format using deflateInit2(). You can also request that inflate decode the
228 30. Is there some simpler, easier to read version of inflate I can look at to
243 Yes. inflate() and deflate() will process any amount of data correctly.
244 Each call of inflate() or deflate() is limited to input and output chunks
249 inflate() or deflate(). The application can easily set up its own counters
250 updated after each call of inflate() or deflate() to count beyond 4 GB.
Dzconf.h94 # define inflate z_inflate macro
Dgzread.c191 ret = inflate(strm, Z_NO_FLUSH);
Dminigzip.c283 ret = inflate(strm, Z_NO_FLUSH);
Dzlib.h392 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzlibmodule.c258 err=inflate(&zst, Z_FINISH); in PyZlib_decompress()
557 err = inflate(&(self->zst), Z_SYNC_FLUSH); in PyZlib_objdecompress()
583 err = inflate(&(self->zst), Z_SYNC_FLUSH); in PyZlib_objdecompress()
839 err = inflate(&(self->zst), Z_FINISH); in PyZlib_unflush()
852 err = inflate(&(self->zst), Z_FINISH); in PyZlib_unflush()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzlibmodule.c252 err=inflate(&zst, Z_FINISH); in PyZlib_decompress()
508 err = inflate(&(self->zst), Z_SYNC_FLUSH); in PyZlib_objdecompress()
534 err = inflate(&(self->zst), Z_SYNC_FLUSH); in PyZlib_objdecompress()
811 err = inflate(&(self->zst), Z_FINISH); in PyZlib_unflush()
824 err = inflate(&(self->zst), Z_FINISH); in PyZlib_unflush()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DPython2710.inf248 Modules/zlib/inflate.c #

12