/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | zlib.h | 140 #define Z_VERSION_ERROR (-6) macro 191 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible 301 memory, Z_VERSION_ERROR if the zlib library version is incompatible with the
|
H A D | inflate.c | 90 return Z_VERSION_ERROR; in inflateInit2_()
|
/third_party/zlib/examples/ |
H A D | zpipe.c | 33 level is supplied, Z_VERSION_ERROR if the version of zlib.h and the 89 invalid or incomplete, Z_VERSION_ERROR if the version of zlib.h and 170 case Z_VERSION_ERROR: in zerr()
|
/third_party/skia/third_party/externals/zlib/contrib/tests/ |
H A D | infcover.cc | 399 assert(ret == Z_VERSION_ERROR); in cover_support() 499 assert(ret == Z_VERSION_ERROR); in cover_back()
|
/third_party/zlib/test/ |
H A D | infcover.c | 377 assert(ret == Z_VERSION_ERROR); in cover_support() 478 assert(ret == Z_VERSION_ERROR); in cover_back()
|
/third_party/cups-filters/filter/ |
H A D | rastertops.c | 329 case Z_VERSION_ERROR: in zerr()
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 84 Z_VERSION_ERROR = -6;
|
/third_party/node/lib/ |
H A D | zlib.js | 106 Z_VERSION_ERROR: constants.Z_VERSION_ERROR,
|
/third_party/node/deps/zlib/ |
H A D | zlib.h | 185 #define Z_VERSION_ERROR (-6) macro 243 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible 389 memory, Z_VERSION_ERROR if the zlib library version is incompatible with the 604 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is 876 memory, Z_VERSION_ERROR if the zlib library version is incompatible with the 1092 allocated, or Z_VERSION_ERROR if the version of the library does not match
|
H A D | infback.c | 32 return Z_VERSION_ERROR; in inflateBackInit_()
|
H A D | deflate.c | 409 return Z_VERSION_ERROR; in deflateInit2_()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | infback.c | 39 return Z_VERSION_ERROR;
|
H A D | zlib.h | 185 #define Z_VERSION_ERROR (-6) macro 243 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible 389 memory, Z_VERSION_ERROR if the zlib library version is incompatible with the 604 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is 875 memory, Z_VERSION_ERROR if the zlib library version is incompatible with the 1090 allocated, or Z_VERSION_ERROR if the version of the library does not match
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | infback.c | 39 return Z_VERSION_ERROR;
|
H A D | zlib.h | 181 #define Z_VERSION_ERROR (-6)
macro 239 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
379 memory, Z_VERSION_ERROR if the zlib library version is incompatible with the
572 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is
773 memory, Z_VERSION_ERROR if the zlib library version is incompatible with the
966 allocated, or Z_VERSION_ERROR if the version of the library does not match
|
H A D | inflate.c | 179 return Z_VERSION_ERROR;
|
H A D | deflate.c | 227 return Z_VERSION_ERROR;
|
/third_party/skia/third_party/externals/zlib/ |
H A D | infback.c | 39 return Z_VERSION_ERROR;
|
H A D | zlib.h | 185 #define Z_VERSION_ERROR (-6) macro 243 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible 389 memory, Z_VERSION_ERROR if the zlib library version is incompatible with the 605 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is 873 memory, Z_VERSION_ERROR if the zlib library version is incompatible with the 1088 allocated, or Z_VERSION_ERROR if the version of the library does not match
|
/third_party/zlib/contrib/delphi/ |
H A D | ZLib.pas | 181 Z_VERSION_ERROR = (-6);
|
/third_party/zlib/contrib/infback9/ |
H A D | infback9.c | 25 return Z_VERSION_ERROR; in inflateBack9Init_()
|
/third_party/zlib/ |
H A D | infback.c | 32 return Z_VERSION_ERROR; in inflateBackInit_()
|
H A D | zlib.h | 185 #define Z_VERSION_ERROR (-6) macro 243 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible 390 memory, Z_VERSION_ERROR if the zlib library version is incompatible with the 605 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is 877 memory, Z_VERSION_ERROR if the zlib library version is incompatible with the 1093 allocated, or Z_VERSION_ERROR if the version of the library does not match
|
/third_party/node/src/ |
H A D | node_zlib.cc | 88 V(Z_VERSION_ERROR) \ 1329 NODE_DEFINE_CONSTANT(target, Z_VERSION_ERROR); in DefineZlibConstants()
|
/third_party/python/Modules/ |
H A D | zlibmodule.c | 223 if (err == Z_VERSION_ERROR) in zlib_error()
|