Home
last modified time | relevance | path

Searched refs:gz (Results 1 – 25 of 60) sorted by relevance

123

/f-stack/freebsd/contrib/zlib/test/
H A Dminigzip.c201 gzFile gz; local
225 gz->write ? deflateEnd(&(gz->strm)) : inflateEnd(&(gz->strm));
231 return gz;
237 gzFile gz; in gzwrite()
244 if (gz == NULL || !gz->write)
261 gzFile gz; in gzread()
270 if (gz == NULL || gz->write)
297 int gzclose(gz) in gzclose() argument
298 gzFile gz; in gzclose()
320 free(gz);
[all …]
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c206 gzFile gz; local
230 gz->write ? deflateEnd(&(gz->strm)) : inflateEnd(&(gz->strm));
236 return gz;
242 gzFile gz; in gzwrite()
249 if (gz == NULL || !gz->write)
266 gzFile gz; in gzread()
275 if (gz == NULL || gz->write)
302 int gzclose(gz) in gzclose() argument
303 gzFile gz; in gzclose()
325 free(gz);
[all …]
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DMakefile58 ./minigzip_zstd -d example$(EXT).gz
61 ./minigzip_zstd -d example$(EXT).gz
118 …-$(RM) $(ZLIBWRAPPER_PATH)/*.o $(EXAMPLE_PATH)/*.o *.o foo.gz example$(EXT) example_zstd$(EXT) fit…
H A DREADME.md13 - zlibWrapper/gz*.c files (gzclose.c, gzlib.c, gzread.c, gzwrite.c)
14 - zlibWrapper/gz*.h files (gzcompatibility.h, gzguts.h)
28 - compile your project with `zstd_zlibwrapper.c`, `gz*.c` and a static or dynamic zstd library
31 ```gcc project.o zstd_zlibwrapper.o gz*.c -lz -lzstd```
59 with `-DZWRAP_USE_ZSTD=1` and linked with additional `zstd_zlibwrapper.o gz*.c -lzstd`.
/f-stack/freebsd/contrib/openzfs/module/zstd/
H A DREADME.md41 wget -O /tmp/zstd.tar.gz \
42 "${url}/releases/download/v${release}/zstd-${release}.tar.gz"
43 tar -C /tmp -xzf /tmp/zstd.tar.gz
/f-stack/app/redis-5.0.5/utils/releasetools/
H A D02_upload_tarball.sh3 scp /tmp/redis-${1}.tar.gz [email protected]:/var/virtual/download.redis.io/httpdocs/releases/
H A D01_create_tarball.sh14 rm -f /tmp/$TARNAME.gz
H A D04_release_hash.sh2 SHA=$(curl -s http://download.redis.io/releases/redis-${1}.tar.gz | shasum -a 256 | cut -f 1 -d' ')
/f-stack/freebsd/contrib/libsodium/packaging/dotnet-core/recipes/
H A Dbuild2 tar xzf /io/libsodium.tar.gz
/f-stack/doc/
H A DF-Stack_Build_Guide.md23 $ wget https://pkg-config.freedesktop.org/releases/pkg-config-0.29.2.tar.gz
24 $ tar xzvf pkg-config-0.29.2.tar.gz
H A DF-Stack_Quick_Start_Guide.md57 wget https://pkg-config.freedesktop.org/releases/pkg-config-0.29.2.tar.gz
58 tar xzvf pkg-config-0.29.2.tar.gz
H A DF-Stack_Binary_Release_Quick_Start.md13 $ wget https://github.com/F-Stack/f-stack/releases/download/v1.12/f-stack-binary-release.tar.gz
14 $ tar zxf f-stack-binary-release.tar.gz
/f-stack/tools/libxo/packaging/
H A Dlibxo.rb.base.in10 …Juniper/@PACKAGE_NAME@/releases/download/@PACKAGE_VERSION@/@PACKAGE_NAME@-@[email protected].gz'
H A Dlibxo.spec.in14 …ithub.com/Juniper/@PACKAGE_NAME@/releases/@PACKAGE_VERSION@/@PACKAGE_NAME@-@[email protected].gz
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drecv_dedup.ksh43 typeset tarfile=$STF_SUITE/tests/functional/rsend/fs.tar.gz
H A DMakefile.am62 fs.tar.gz \
/f-stack/dpdk/drivers/common/iavf/
H A DREADME9 cid-avf.2020.10.14.tar.gz released by the team which develops
/f-stack/freebsd/contrib/openzfs/contrib/intel_qat/
H A Dreadme.md9 [1.7.l.4.10.0-00014](https://01.org/sites/default/files/downloads/qat1.7.l.4.10.0-00014.tar.gz)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A DMakefile.am44 draidcfg.gz \
/f-stack/freebsd/contrib/zlib/contrib/
H A DREADME.contrib39 A C++ I/O streams interface to the zlib gz* functions
74 A very simple tar.gz file extractor using zlib
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/
H A Dpool_state.ksh130 BACKUP=$TEST_BASE_DIR/kstat-state-realdisk.gz
/f-stack/dpdk/drivers/net/e1000/base/
H A DREADME6 cid-gigabit.2020.06.05.tar.gz released by ND. The sub-directory of base/
/f-stack/dpdk/drivers/net/i40e/base/
H A DREADME9 cid-i40e.2020.08.27.tar.gz released by the team which develops
/f-stack/dpdk/drivers/net/ixgbe/base/
H A DREADME9 not-released-cid-ixgbe.2020.06.09.tar.gz released by the team which develop
/f-stack/freebsd/contrib/zlib/
H A Dgzlib.c294 gzFile gz; local
303 gz = gz_open(path, fd, mode);
305 return gz;

123