Searched refs:gzread (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/lib/libz/
H A Dzopen.c18 return gzread(cookie, data, size);
H A DMakefile33 SRCS+= gzread.c
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c263 int gzread OF((gzFile, void *, unsigned));
265 int gzread(gz, buf, len) function
444 len = gzread(in, buf, sizeof(buf));
H A Dexample.c176 if (gzread(file, uncompr, (unsigned)uncomprLen) != len) {
177 fprintf(stderr, "gzread err: %s\n", gzerror(file, &err));
181 fprintf(stderr, "bad gzread: %s\n", (char*)uncompr);
184 printf("gzread(): %s\n", (char*)uncompr);
H A Dexample_original.c168 if (gzread(file, uncompr, (unsigned)uncomprLen) != len) {
169 fprintf(stderr, "gzread err: %s\n", gzerror(file, &err));
173 fprintf(stderr, "bad gzread: %s\n", (char*)uncompr);
176 printf("gzread(): %s\n", (char*)uncompr);
/freebsd-13-stable/sys/contrib/zlib/test/
H A Dminigzip.c258 int gzread OF((gzFile, void *, unsigned));
260 int gzread(gz, buf, len) function
439 len = gzread(in, buf, sizeof(buf));
H A Dexample.c151 if (gzread(file, uncompr, (unsigned)uncomprLen) != len) {
152 fprintf(stderr, "gzread err: %s\n", gzerror(file, &err));
156 fprintf(stderr, "bad gzread: %s\n", (char*)uncompr);
159 printf("gzread(): %s\n", (char*)uncompr);
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A DMakefile16 GZFILES = gzclose.o gzlib.o gzread.o gzwrite.o
H A Dgzread.c0 /* gzread.c contains minimal changes required to be compiled with zlibWrapper:
4 /* gzread.c -- zlib functions for reading gzip files
387 int ZEXPORT gzread(file, buf, len) function
/freebsd-13-stable/sys/contrib/zlib/
H A Dzconf.h96 # define gzread z_gzread macro
H A Dgzread.c0 /* gzread.c -- zlib functions for reading gzip files
378 int ZEXPORT gzread(file, buf, len) function
H A Dzlib.h868 CRC-32 instead of an Adler-32. Unlike the gunzip utility and gzread() (see
1333 case gzread will directly read from the file without decompression. When
1394 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
1397 the input file is not in gzip format, gzread copies the given number of
1400 After reaching the end of a gzip stream in the input, gzread will continue
1402 concatenated in the input file, and will all be decompressed by gzread().
1406 gzread can be used to read a gzip file that is being concurrently written.
1407 Upon reaching the end of the input, gzread will return with the available
1410 gzread to be tried again. Z_OK indicates that a gzip stream was completed
1411 on the last gzread
[all...]
/freebsd-13-stable/contrib/mandoc/
H A Dread.c498 gzread(gz, fb->buf + (int)off, fb->sz - off) :
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c93 rc = gzread(fp, buf + bytes, block_size);

Completed in 96 milliseconds