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

/haiku-fatelf/src/libs/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 Dminigzip.c194 if (gzclose(out) != Z_OK) error("failed gzclose");
229 if (gzclose(out) != Z_OK) error("failed gzclose");
256 if (gzclose(in) != Z_OK) error("failed gzclose");
H A Dzconf.h55 # define gzclose z_gzclose macro
H A Dexample.c113 gzclose(file);
162 gzclose(file);
H A Dzlib.h1196 The next call of gzclose on the returned gzFile will also close the file
1413 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
1418 gzclose must not be called more than once on the same file, just as free
1421 gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a
1428 Same as gzclose(), but gzclose_r() is only for use when reading, and
1430 using these instead of gzclose() is that they avoid linking in zlib
1432 writing respectively. If gzclose() is used, then both compression and
/haiku-fatelf/headers/libs/zlib/
H A Dzconf.h55 # define gzclose z_gzclose macro
H A Dzlib.h1196 The next call of gzclose on the returned gzFile will also close the file
1413 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
1418 gzclose must not be called more than once on the same file, just as free
1421 gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a
1428 Same as gzclose(), but gzclose_r() is only for use when reading, and
1430 using these instead of gzclose() is that they avoid linking in zlib
1432 writing respectively. If gzclose() is used, then both compression and
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Dzlib.h684 The next call of gzclose on the returned gzFile will also close the
800 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
/haiku-fatelf/src/libs/print/libgutenprint/src/cups/
H A Dgenppd.c73 # define gzclose fclose macro
735 gzclose(fp);
/haiku-fatelf/src/tools/docbook/libxml2/
H A DxmlIO.c1154 ret = (gzclose((gzFile) context) == Z_OK ) ? 0 : -1;
1155 if (ret < 0) xmlIOErr(0, "gzclose()");
1273 * would be created if gzopen/gzwrite/gzclose were being used to

Completed in 110 milliseconds