Lines Matching refs:gzclose
1339 The next call of gzclose on the returned gzFile will also close the file
1345 double-close()ing the file descriptor. Both gzclose() and fclose() will
1401 of an incomplete gzip stream. This error is deferred until gzclose(), which
1403 stream. Alternatively, gzerror can be used before gzclose to detect this
1580 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
1585 gzclose must not be called more than once on the same file, just as free
1588 gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a
1596 Same as gzclose(), but gzclose_r() is only for use when reading, and
1598 using these instead of gzclose() is that they avoid linking in zlib
1600 writing respectively. If gzclose() is used, then both compression and