/illumos-gate/usr/src/contrib/zlib/ |
H A D | ChangeLog | 14 - Small speedup to inflate [psumbera] 17 - Don't compute check value for raw inflate if asked to validate 52 - Change macro name in inflate.c to avoid collision in VxWorks 152 - Update inflateBack() comments, since inflate() can be faster 204 - Improve inflate() documentation on the use of Z_FINISH 316 - Remove code from inflate.c and infback.c that is impossible to execute 317 - Test the inflate code with full coverage 321 - Have inflate() with Z_FINISH avoid the allocation of a window 322 - Do not set strm->adler when doing raw inflate 478 - Fix name change from inflate.h in contrib/inflate86/inffas86.c [all …]
|
H A D | zconf.h | 124 # define inflate z_inflate macro
|
H A D | zlib.h | 400 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
|
H A D | inflate.c | 605 int ZEXPORT inflate(z_streamp strm, int flush) in inflate() function
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | gzip.c | 48 if ((err = inflate(&zs, Z_FINISH)) != Z_STREAM_END) { in z_uncompress()
|
/illumos-gate/usr/src/uts/common/zmod/ |
H A D | zmod.c | 59 if ((err = inflate(&zs, Z_FINISH)) != Z_STREAM_END) { in z_uncompress()
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 102 #define inflate z_inflate macro 657 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
|
H A D | deflate.c | 904 r = inflate(&state->strm, flush); in z_decompress()
|
H A D | zlib.c | 35 #define inflate inflate_ppp /* FreeBSD already has an inflate :-( */ macro 3737 inflate(z, f) in inflate() function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 373 extern int inflate OF((z_stream *strm, int flush));
|
H A D | deflate.c | 265 r = inflate(&state->strm, Z_PACKET_FLUSH);
|
H A D | zlib.c | 2858 int inflate(z, f) in inflate() function
|
/illumos-gate/usr/src/uts/i86pc/unix/ |
H A D | Makefile | 132 $(OBJS_DIR)/inflate.o := SMATCH=off
|
/illumos-gate/usr/src/common/fs/ |
H A D | decompress.c | 244 err = inflate(zsp, Z_NO_FLUSH); in cf_read()
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | gzipfs.c | 267 error = inflate(&zf->zf_zstream, Z_SYNC_FLUSH); in zf_read()
|
H A D | Makefile.inc | 124 _inflate.c: $(ZLIB)/inflate.c
|
/illumos-gate/usr/src/common/pnglite/ |
H A D | pnglite.c | 298 result = inflate(stream, Z_SYNC_FLUSH); in png_inflate()
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | kernel.returns_err_ptr | 716 inflate
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 2773 int ZEXPORT inflate(strm, flush) in inflate() function 4050 s->z_err = inflate(&(s->stream), Z_NO_FLUSH);
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.rules | 52 $(OBJS_DIR)/inflate.o := CPPFLAGS += -DHAVE_MEMCPY
|
H A D | Makefile.files | 98 inflate.o inftrees.o trees.o
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 11924 inflate
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 11926 inflate
|