Lines Matching refs:example
61 - Add contrib/gzappend for an example of appending to a stream
67 - Add example to contrib/visual-basic.txt [Michael B.]
88 - Remove test of gz functions in example.c when GZ_COMPRESS defined [Truta]
119 - Update contrib/delphi; rename to contrib/pascal; add example [Truta]
141 - Modify test_gzio in example.c to take a single file name as a
143 - Exit the example.c program if gzopen fails [Truta]
144 - Add type casts around strlen in example.c [Truta]
172 - Fix printf format in example.c
225 - Remove exit(0) from minigzip.c, example.c
256 - Free memory at end of example.c
327 - use "foo-gz" in example.c for RISCOS and VMS (Nick Smith)
361 - remove warnings in example.c and gzio.c (Glenn Randers-Pehrson)
415 - check return code of example in "make test" and display result
425 - add checks for gzputc and gzputc in example.c
430 - in example.c use correct compressed length for test_sync
443 - check gzseek in write mode in example.c
483 - added test for gzseek and gztell in example.c
553 - avoid reading uninitialized memory in example.c
584 - test large buffers and deflateParams in example.c
616 - initialize opaque in example.c, gzio.c, deflate.c and inflate.c
664 - avoid various warnings in gzio.c, example.c, infblock.c, adler32.c, zutil.c
698 - added a test of inflateSync in example.c
727 - workaround for a bug in TurboC. example and minigzip now work on MSDOS.