Home | History | Annotate | Download | only in zlib-1.2.8

Lines Matching refs:gzclose

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