Searched refs:gzclose_w (Results 1 – 10 of 10) sorted by relevance
21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
67 gzclose_w;
75 # define gzclose_w z_gzclose_w macro
1648 ZEXTERN int ZEXPORT gzclose_w OF((gzFile file));
630 int ZEXPORT gzclose_w(file) in gzclose_w() function
69 # define gzclose_w z_gzclose_w macro
25 - Avoid uninitialized access by gzclose_w()125 - Fix bug in gzclose_w() when gzwrite() fails to allocate memory411 - Fix memory leaks in gzclose_r() and gzclose_w(), file leak in gz_open()461 - Complete close operation if seek forward in gzclose_w() fails516 - Add gzbuffer(), gzoffset(), gzclose_r(), gzclose_w() as part of above
24 return state.state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
15 ZEXTERN int ZEXPORT gzclose_w OF((gzFile file));
633 int ZEXPORT gzclose_w(file) in gzclose_w() function