Home
last modified time | relevance | path

Searched refs:gzclose_r (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);
23 return gzclose_r(file);
H A Dchromeconf.h78 #define gzclose_r Cr_z_gzclose_r macro
H A Dzconf.h80 # define gzclose_r z_gzclose_r macro
H A Dgzread.c629 int ZEXPORT gzclose_r(file) in gzclose_r() function
H A Dzlib.h1645 ZEXTERN int ZEXPORT gzclose_r OF((gzFile file));
1648 Same as gzclose(), but gzclose_r() is only for use when reading, and
/third_party/node/deps/zlib/
H A Dgzclose.c19 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file); in gzclose()
21 return gzclose_r(file); in gzclose()
H A Dchromeconf.h81 #define gzclose_r Cr_z_gzclose_r macro
H A Dzconf.h83 # define gzclose_r z_gzclose_r macro
H A Dzlib.h1646 ZEXTERN int ZEXPORT gzclose_r(gzFile file);
1649 Same as gzclose(), but gzclose_r() is only for use when reading, and
H A Dgzread.c577 int ZEXPORT gzclose_r(gzFile file) { in gzclose_r() function
/third_party/skia/third_party/externals/zlib/
H A Dgzclose.c21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
23 return gzclose_r(file);
H A Dchromeconf.h78 #define gzclose_r Cr_z_gzclose_r macro
H A Dzconf.h80 # define gzclose_r z_gzclose_r macro
H A Dgzread.c631 int ZEXPORT gzclose_r(file) in gzclose_r() function
H A Dzlib.h1643 ZEXTERN int ZEXPORT gzclose_r OF((gzFile file));
1646 Same as gzclose(), but gzclose_r() is only for use when reading, and
/third_party/zlib/
H A Dgzclose.c19 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file); in gzclose()
21 return gzclose_r(file); in gzclose()
H A Dzconf.h71 # define gzclose_r z_gzclose_r macro
H A Dgzread.c676 int ZEXPORT gzclose_r(gzFile file) in gzclose_r() function
H A Dzlib.h1647 ZEXTERN int ZEXPORT gzclose_r(gzFile file);
1650 Same as gzclose(), but gzclose_r() is only for use when reading, and
/third_party/libwebsockets/win32port/zlib/
H A Dzconf.h57 # define gzclose_r z_gzclose_r macro
H A Dgzread.c627 int ZEXPORT gzclose_r(file) in gzclose_r() function
H A Dzlib.h1425 ZEXTERN int ZEXPORT gzclose_r OF((gzFile file));
1428 Same as gzclose(), but gzclose_r() is only for use when reading, and

Completed in 25 milliseconds