Lines Matching refs:gzclose
1196 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