Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/zlib/
H A Dzconf.h70 # define gzclose z_gzclose macro
H A Dzlib.h1351 The next call of gzclose on the returned gzFile will also close the file
1357 double-close()ing the file descriptor. Both gzclose() and fclose() will
1414 of an incomplete gzip stream. This error is deferred until gzclose(), which
1416 stream. Alternatively, gzerror can be used before gzclose to detect this
1634 ZEXTERN int ZEXPORT gzclose(gzFile file);
1639 gzclose must not be called more than once on the same file, just as free
1642 gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a
1650 Same as gzclose(), but gzclose_r() is only for use when reading, and
1652 using these instead of gzclose() is that they avoid linking in zlib
1654 writing respectively. If gzclose() i
[all...]

Completed in 4 milliseconds