Searched refs:minigzip (Results 1 – 6 of 6) sorted by relevance
46 all: fitblk example zwrapbench minigzip48 test: example fitblk example_zstd fitblk_zstd zwrapbench minigzip minigzip_zstd55 @echo ---- minigzip start ----59 ./minigzip example$(EXT)62 @echo ---- minigzip end ----82 minigzip: $(EXAMPLE_PATH)/minigzip.o zstd_zlibwrapper.o $(GZFILES) $(ZSTDLIBRARY) target85 minigzip_zstd: $(EXAMPLE_PATH)/minigzip.o zstdTurnedOn_zlibwrapper.o $(GZFILES) $(ZSTDLIBRARY)118 …EXT) example_zstd$(EXT) fitblk$(EXT) fitblk_zstd$(EXT) zwrapbench$(EXT) minigzip$(EXT) minigzip_zs…
19 name='minigzip',20 srcs=['examples/minigzip.c'],
127 - Fix bug in test/minigzip.c for configure --solo251 - Move example.c and minigzip.c to test/626 gzio.c, example.c and minigzip.c [Truta]918 - Add casting to sizeof() in gzio.c and minigzip.c931 - Add some casts to minigzip.c976 - Remove exit(0) from minigzip.c, example.c1167 - pass minigzip command line options to file_compress1231 level) in minigzip (thanks to Tom Lane)1257 - fix suffix check for "minigzip -d foo.gz"1422 - Set binary mode for stdin/stdout in minigzip.c for OS/2[all …]
265 * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files266 * created by gzip. (Files created by minigzip can still be extracted by
13 test/minigzip.c. The compression library itself is composed of all source
48 and test/minigzip.c, with more in examples/ .