/third_party/zlib/contrib/iostream/ |
H A D | zfstream.cpp | 118 return gzsetparams(file, comp_level, -2); in setcompressionlevel() 124 return gzsetparams(file, -2, comp_strategy); in setcompressionstrategy()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | chromeconf.h | 102 #define gzsetparams Cr_z_gzsetparams macro
|
H A D | zconf.h | 106 # define gzsetparams z_gzsetparams macro
|
H A D | zlib.h | 1381 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 1387 gzsetparams returns Z_OK if success, Z_STREAM_ERROR if the file was not
|
H A D | gzwrite.c | 588 int ZEXPORT gzsetparams(file, level, strategy) in gzsetparams() function
|
/third_party/node/deps/zlib/ |
H A D | chromeconf.h | 105 #define gzsetparams Cr_z_gzsetparams macro
|
H A D | zconf.h | 109 # define gzsetparams z_gzsetparams macro
|
H A D | zlib.h | 1383 ZEXTERN int ZEXPORT gzsetparams(gzFile file, int level, int strategy); 1389 gzsetparams returns Z_OK if success, Z_STREAM_ERROR if the file was not
|
H A D | gzwrite.c | 557 int ZEXPORT gzsetparams(gzFile file, int level, int strategy) { in gzsetparams() function
|
/third_party/skia/third_party/externals/zlib/ |
H A D | chromeconf.h | 102 #define gzsetparams Cr_z_gzsetparams macro
|
H A D | zconf.h | 106 # define gzsetparams z_gzsetparams macro
|
H A D | gzwrite.c | 585 int ZEXPORT gzsetparams(file, level, strategy) in gzsetparams() function
|
H A D | zlib.h | 1379 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 1385 gzsetparams returns Z_OK if success, Z_STREAM_ERROR if the file was not
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zconf.h | 77 # define gzsetparams z_gzsetparams
macro
|
H A D | gzwrite.c | 458 int ZEXPORT gzsetparams(file, level, strategy)
in gzsetparams() function
|
H A D | zlib.h | 1226 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1231 gzsetparams returns Z_OK if success, or Z_STREAM_ERROR if the file was not
|
/third_party/zlib/contrib/iostream3/ |
H A D | zfstream.cc | 46 return gzsetparams(file, comp_level, comp_strategy); in setcompression()
|
/third_party/zlib/ |
H A D | zconf.h | 97 # define gzsetparams z_gzsetparams macro
|
H A D | zlib.h | 1384 ZEXTERN int ZEXPORT gzsetparams(gzFile file, int level, int strategy); 1390 gzsetparams returns Z_OK if success, Z_STREAM_ERROR if the file was not
|
H A D | gzwrite.c | 564 int ZEXPORT gzsetparams(gzFile file, int level, int strategy) { in gzsetparams() function
|