Home
last modified time | relevance | path

Searched refs:gzclose_r (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Dgzclose.c21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
23 return gzclose_r(file);
H A Dzlib.map66 gzclose_r;
H A Dzconf.h74 # define gzclose_r z_gzclose_r macro
H A Dgzread.c630 int ZEXPORT gzclose_r(file) in gzclose_r() function
H A Dzlib.h1647 ZEXTERN int ZEXPORT gzclose_r OF((gzFile file));
H A Dzconf.h.in68 # define gzclose_r z_gzclose_r macro
H A DChangeLog411 - Fix memory leaks in gzclose_r() and gzclose_w(), file leak in gz_open()
462 - Return Z_ERRNO from gzclose_r() if close() fails
516 - Add gzbuffer(), gzoffset(), gzclose_r(), gzclose_w() as part of above
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzclose.c24 return state.state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
26 return gzclose_r(file);
H A Dgzcompatibility.h14 ZEXTERN int ZEXPORT gzclose_r OF((gzFile file));
H A Dgzread.c651 int ZEXPORT gzclose_r(file) in gzclose_r() function