Searched refs:gzsetparams (Results 1 – 25 of 43) sorted by relevance
12
/third_party/zlib/contrib/iostream/ |
D | zfstream.cpp | 118 return gzsetparams(file, comp_level, -2); in setcompressionlevel() 124 return gzsetparams(file, -2, comp_strategy); in setcompressionstrategy()
|
/third_party/zlib/old/os2/ |
D | zlib.def | 45 gzsetparams
|
/third_party/node/deps/zlib/win32/ |
D | zlib.def | 41 gzsetparams
|
/third_party/zlib/win32/ |
D | zlib.def | 41 gzsetparams
|
/third_party/zlib/contrib/ada/ |
D | zlib-thin.ads | 186 function gzsetparams subprogspec 404 pragma Import (C, gzsetparams, "gzsetparams");
|
/third_party/zlib/contrib/vstudio/vc9/ |
D | zlibvc.def | 41 gzsetparams @35
|
/third_party/zlib/contrib/vstudio/vc10/ |
D | zlibvc.def | 41 gzsetparams @35
|
/third_party/zlib/contrib/vstudio/vc12/ |
D | zlibvc.def | 41 gzsetparams @35
|
/third_party/zlib/contrib/vstudio/vc14/ |
D | zlibvc.def | 41 gzsetparams @35
|
/third_party/zlib/contrib/vstudio/vc11/ |
D | zlibvc.def | 41 gzsetparams @35
|
/third_party/skia/third_party/externals/zlib/ |
D | chromeconf.h | 102 #define gzsetparams Cr_z_gzsetparams macro
|
D | zconf.h | 106 # define gzsetparams z_gzsetparams macro
|
/third_party/zlib/os400/ |
D | bndsrc | 23 EXPORT SYMBOL("gzsetparams")
|
D | zlib.inc | 168 D gzsetparams PR 10I 0 extproc('gzsetparams')
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | names.h | 90 #define gzsetparams Cr_z_gzsetparams macro
|
D | zconf.h | 97 # define gzsetparams z_gzsetparams macro
|
/third_party/node/deps/zlib/ |
D | chromeconf.h | 102 #define gzsetparams Cr_z_gzsetparams macro
|
D | zconf.h | 106 # define gzsetparams z_gzsetparams macro
|
/third_party/libwebsockets/win32port/zlib/ |
D | zconf.h | 77 # define gzsetparams z_gzsetparams macro
|
D | zlib.h | 1226 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
|
D | gzwrite.c | 458 int ZEXPORT gzsetparams(file, level, strategy) in gzsetparams() function
|
/third_party/freetype/src/gzip/ |
D | ftzconf.h | 94 # define gzsetparams z_gzsetparams macro
|
/third_party/zlib/ |
D | zconf.h | 94 # define gzsetparams z_gzsetparams macro
|
D | zlib.h | 1381 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
|
/third_party/zlib/contrib/iostream3/ |
D | zfstream.cc | 46 return gzsetparams(file, comp_level, comp_strategy); in setcompression()
|
12