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

/freebsd-13-stable/sys/contrib/zlib/
H A Dgzclose.c0 /* gzclose.c -- zlib gzclose() function
8 /* gzclose() is in a separate file so that it is linked in only if it is used.
9 That way the other gzclose functions can be used instead to avoid linking in
11 int ZEXPORT gzclose(file) function
H A Dzconf.h73 # define gzclose z_gzclose macro
H A Dzlib.h1350 The next call of gzclose on the returned gzFile will also close the file
1356 double-close()ing the file descriptor. Both gzclose() and fclose() will
1413 of an incomplete gzip stream. This error is deferred until gzclose(), which
1415 stream. Alternatively, gzerror can be used before gzclose to detect this
1634 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
1639 gzclose must not be called more than once on the same file, just as free
1642 gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a
1650 Same as gzclose(), but gzclose_r() is only for use when reading, and
1652 using these instead of gzclose() is that they avoid linking in zlib
1654 writing respectively. If gzclose() i
[all...]
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzclose.c0 /* gzclose.c contains minimal changes required to be compiled with zlibWrapper:
4 /* gzclose.c -- zlib gzclose() function
11 /* gzclose() is in a separate file so that it is linked in only if it is used.
12 That way the other gzclose functions can be used instead to avoid linking in
14 int ZEXPORT gzclose(file) function
H A DMakefile16 GZFILES = gzclose.o gzlib.o gzread.o gzwrite.o
/freebsd-13-stable/lib/libz/
H A Dzopen.c30 return gzclose(cookie);
H A DMakefile31 SRCS+= gzclose.c
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c300 int gzclose OF((gzFile));
302 int gzclose(gz) function
392 if (gzclose(out) != Z_OK) error("failed gzclose");
427 if (gzclose(out) != Z_OK) error("failed gzclose");
454 if (gzclose(in) != Z_OK) error("failed gzclose");
H A Dexample.c167 gzclose(file);
216 gzclose(file);
H A Dexample_original.c159 gzclose(file);
208 gzclose(file);
/freebsd-13-stable/sys/contrib/zlib/test/
H A Dminigzip.c295 int gzclose OF((gzFile));
297 int gzclose(gz) function
387 if (gzclose(out) != Z_OK) error("failed gzclose");
422 if (gzclose(out) != Z_OK) error("failed gzclose");
449 if (gzclose(in) != Z_OK) error("failed gzclose");
H A Dexample.c142 gzclose(file);
191 gzclose(file);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c87 (void) gzclose(fp);
96 (void) gzclose(fp);
107 (void) gzclose(fp);
119 (void) gzclose(fp);
216 (void) gzclose(fp);
228 (void) gzclose(fp);
/freebsd-13-stable/contrib/mandoc/
H A Dread.c460 * because we will have to call gzclose(3)
516 if (curp->gzip && (gzerrnum = gzclose(gz)) != Z_OK)

Completed in 74 milliseconds