Home
last modified time | relevance | path

Searched refs:gzclose_w (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);
H A Dzlib.map67 gzclose_w;
H A Dzconf.h75 # define gzclose_w z_gzclose_w macro
H A Dzlib.h1648 ZEXTERN int ZEXPORT gzclose_w OF((gzFile file));
H A Dgzwrite.c630 int ZEXPORT gzclose_w(file) in gzclose_w() function
H A Dzconf.h.in69 # define gzclose_w z_gzclose_w macro
H A DChangeLog25 - Avoid uninitialized access by gzclose_w()
125 - Fix bug in gzclose_w() when gzwrite() fails to allocate memory
411 - Fix memory leaks in gzclose_r() and gzclose_w(), file leak in gz_open()
461 - Complete close operation if seek forward in gzclose_w() 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);
H A Dgzcompatibility.h15 ZEXTERN int ZEXPORT gzclose_w OF((gzFile file));
H A Dgzwrite.c633 int ZEXPORT gzclose_w(file) in gzclose_w() function