Searched refs:gzclose_r (Results 1 - 22 of 22) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzclose.c | 21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file); 23 return gzclose_r(file);
|
H A D | chromeconf.h | 78 #define gzclose_r Cr_z_gzclose_r macro
|
H A D | zconf.h | 80 # define gzclose_r z_gzclose_r macro
|
H A D | gzread.c | 629 int ZEXPORT gzclose_r(file) in gzclose_r() function
|
H A D | zlib.h | 1645 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 D | gzclose.c | 19 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file); in gzclose() 21 return gzclose_r(file); in gzclose()
|
H A D | chromeconf.h | 81 #define gzclose_r Cr_z_gzclose_r macro
|
H A D | zconf.h | 83 # define gzclose_r z_gzclose_r macro
|
H A D | zlib.h | 1646 ZEXTERN int ZEXPORT gzclose_r(gzFile file); 1649 Same as gzclose(), but gzclose_r() is only for use when reading, and
|
H A D | gzread.c | 577 int ZEXPORT gzclose_r(gzFile file) { in gzclose_r() function
|
/third_party/skia/third_party/externals/zlib/ |
H A D | gzclose.c | 21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file); 23 return gzclose_r(file);
|
H A D | chromeconf.h | 78 #define gzclose_r Cr_z_gzclose_r macro
|
H A D | zconf.h | 80 # define gzclose_r z_gzclose_r macro
|
H A D | gzread.c | 631 int ZEXPORT gzclose_r(file) in gzclose_r() function
|
H A D | zlib.h | 1643 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 D | gzclose.c | 19 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file); in gzclose() 21 return gzclose_r(file); in gzclose()
|
H A D | zconf.h | 71 # define gzclose_r z_gzclose_r macro
|
H A D | gzread.c | 676 int ZEXPORT gzclose_r(gzFile file) in gzclose_r() function
|
H A D | zlib.h | 1647 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 D | zconf.h | 57 # define gzclose_r z_gzclose_r
macro
|
H A D | gzread.c | 627 int ZEXPORT gzclose_r(file)
in gzclose_r() function
|
H A D | zlib.h | 1425 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