Home
last modified time | relevance | path

Searched refs:gzclose_w (Results 1 – 25 of 25) sorted by relevance

/external/pdfium/third_party/zlib_v128/
Dgzclose.c21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file); in gzclose()
Dzconf.h64 # define gzclose_w z_gzclose_w macro
Dgzwrite.c538 int ZEXPORT gzclose_w( in gzclose_w() function
Dzlib.h1594 ZEXTERN int ZEXPORT gzclose_w OF((gzFile file));
/external/zlib/src/
Dgzclose.c21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
Dzlib.map67 gzclose_w;
Dzconf.h64 # define gzclose_w z_gzclose_w macro
Dzlib.h1525 ZEXTERN int ZEXPORT gzclose_w OF((gzFile file));
Dgzwrite.c539 int ZEXPORT gzclose_w(file) in gzclose_w() function
Dzconf.h.cmakein66 # define gzclose_w z_gzclose_w
Dzconf.h.in64 # define gzclose_w z_gzclose_w macro
DChangeLog82 - Fix bug in gzclose_w() when gzwrite() fails to allocate memory
368 - Fix memory leaks in gzclose_r() and gzclose_w(), file leak in gz_open()
418 - Complete close operation if seek forward in gzclose_w() fails
473 - Add gzbuffer(), gzoffset(), gzclose_r(), gzclose_w() as part of above
/external/opencv3/3rdparty/zlib/
Dgzclose.c21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
Dzlib.h1525 ZEXTERN int ZEXPORT gzclose_w OF((gzFile file));
Dgzwrite.c539 int ZEXPORT gzclose_w(file) in gzclose_w() function
Dzconf.h.cmakein66 # define gzclose_w z_gzclose_w
DChangeLog82 - Fix bug in gzclose_w() when gzwrite() fails to allocate memory
368 - Fix memory leaks in gzclose_r() and gzclose_w(), file leak in gz_open()
418 - Complete close operation if seek forward in gzclose_w() fails
473 - Add gzbuffer(), gzoffset(), gzclose_r(), gzclose_w() as part of above
/external/zlib/src/win32/
Dzlib.def58 gzclose_w
/external/zlib/src/contrib/vstudio/vc11/
Dzlibvc.def124 gzclose_w @148
/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.def124 gzclose_w @148
/external/zlib/src/contrib/vstudio/vc9/
Dzlibvc.def124 gzclose_w @148
/external/zlib/src/as400/
Dbndsrc171 EXPORT SYMBOL("gzclose_w")
Dzlib.inc260 D gzclose_w PR 10i 0 extproc('gzclose_w')
/external/zlib/
Dzconf.h64 # define gzclose_w z_gzclose_w macro
Dzlib.h1525 ZEXTERN int ZEXPORT gzclose_w OF((gzFile file));