Home
last modified time | relevance | path

Searched refs:gzclose_w (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/
H A Dgzclose.c21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
H A Dchromeconf.h79 #define gzclose_w Cr_z_gzclose_w macro
H A Dzconf.h81 # define gzclose_w z_gzclose_w macro
H A Dzlib.h1646 ZEXTERN int ZEXPORT gzclose_w OF((gzFile file));
1649 gzclose_w() is only for use when writing or appending. The advantage to
H A Dgzwrite.c630 int ZEXPORT gzclose_w(file) in gzclose_w() function
/third_party/node/deps/zlib/
H A Dgzclose.c19 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file); in gzclose()
H A Dchromeconf.h82 #define gzclose_w Cr_z_gzclose_w macro
H A Dzconf.h84 # define gzclose_w z_gzclose_w macro
H A Dzlib.h1647 ZEXTERN int ZEXPORT gzclose_w(gzFile file);
1650 gzclose_w() is only for use when writing or appending. The advantage to
H A Dgzwrite.c595 int ZEXPORT gzclose_w(gzFile file) { in gzclose_w() function
/third_party/skia/third_party/externals/zlib/
H A Dgzclose.c21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
H A Dchromeconf.h79 #define gzclose_w Cr_z_gzclose_w macro
H A Dzconf.h81 # define gzclose_w z_gzclose_w macro
H A Dgzwrite.c627 int ZEXPORT gzclose_w(file) in gzclose_w() function
H A Dzlib.h1644 ZEXTERN int ZEXPORT gzclose_w OF((gzFile file));
1647 gzclose_w() is only for use when writing or appending. The advantage to
/third_party/zlib/
H A Dgzclose.c19 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file); in gzclose()
H A Dzconf.h72 # define gzclose_w z_gzclose_w macro
H A Dzlib.h1648 ZEXTERN int ZEXPORT gzclose_w(gzFile file);
1651 gzclose_w() is only for use when writing or appending. The advantage to
H A Dgzwrite.c602 int ZEXPORT gzclose_w(gzFile file) { in gzclose_w() function
/third_party/libwebsockets/win32port/zlib/
H A Dzconf.h58 # define gzclose_w z_gzclose_w macro
H A Dgzwrite.c500 int ZEXPORT gzclose_w(file) in gzclose_w() function
H A Dzlib.h1426 ZEXTERN int ZEXPORT gzclose_w OF((gzFile file));
1429 gzclose_w() is only for use when writing or appending. The advantage to

Completed in 27 milliseconds