Home | History | Annotate | Download | only in zlib

Lines Matching refs:gzclose

1247      The next call of gzclose on the returned gzFile will also close the file
1253 double-close()ing the file descriptor. Both gzclose() and fclose() will
1309 of an incomplete gzip stream. This error is deferred until gzclose(), which
1311 stream. Alternatively, gzerror can be used before gzclose to detect this
1488 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
1493 gzclose must not be called more than once on the same file, just as free
1496 gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a
1504 Same as gzclose(), but gzclose_r() is only for use when reading, and
1506 using these instead of gzclose() is that they avoid linking in zlib
1508 writing respectively. If gzclose() is used, then both compression and