/third_party/libwebsockets/win32port/zlib/ |
D | uncompr.c | 51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/test/ |
D | infcover.c | 321 if (ret != Z_OK && ret != Z_BUF_ERROR && ret != Z_NEED_DICT) in inf() 323 if (ret == Z_NEED_DICT) { in inf() 410 inf("8 b8 0 0 0 1", "need dictionary", 0, 8, 0, Z_NEED_DICT); in cover_wrap() 543 if (ret == Z_DATA_ERROR || ret == Z_NEED_DICT) in try()
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/test/ |
D | infcover.c | 321 if (ret != Z_OK && ret != Z_BUF_ERROR && ret != Z_NEED_DICT) in inf() 323 if (ret == Z_NEED_DICT) { in inf() 410 inf("8 b8 0 0 0 1", "need dictionary", 0, 8, 0, Z_NEED_DICT); in cover_wrap() 543 if (ret == Z_DATA_ERROR || ret == Z_NEED_DICT) in try()
|
/third_party/skia/third_party/externals/zlib/contrib/tests/ |
D | infcover.cc | 343 if (ret != Z_OK && ret != Z_BUF_ERROR && ret != Z_NEED_DICT) in inf() 345 if (ret == Z_NEED_DICT) { in inf() 432 inf("8 b8 0 0 0 1", "need dictionary", 0, 8, 0, Z_NEED_DICT); in cover_wrap() 565 if (ret == Z_DATA_ERROR || ret == Z_NEED_DICT)
|
/third_party/zlib/test/ |
D | infcover.c | 321 if (ret != Z_OK && ret != Z_BUF_ERROR && ret != Z_NEED_DICT) in inf() 323 if (ret == Z_NEED_DICT) { in inf() 410 inf("8 b8 0 0 0 1", "need dictionary", 0, 8, 0, Z_NEED_DICT); in cover_wrap() 543 if (ret == Z_DATA_ERROR || ret == Z_NEED_DICT) in try()
|
/third_party/nghttp2/src/ |
D | nghttp2_gzip.c | 81 case Z_NEED_DICT: in nghttp2_gzip_inflate()
|
/third_party/node/deps/npm/node_modules/minizlib/ |
D | constants.js | 17 Z_NEED_DICT: 2, property
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/ |
D | zran.c | 198 if (ret == Z_NEED_DICT) in build_index() 327 if (ret == Z_NEED_DICT) in extract()
|
D | zpipe.c | 128 case Z_NEED_DICT: in inf()
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/ |
D | zran.c | 198 if (ret == Z_NEED_DICT) in build_index() 327 if (ret == Z_NEED_DICT) in extract()
|
D | zpipe.c | 128 case Z_NEED_DICT: in inf()
|
/third_party/node/deps/zlib/ |
D | uncompr.c | 81 err == Z_NEED_DICT ? Z_DATA_ERROR :
|
/third_party/zlib/ |
D | uncompr.c | 81 err == Z_NEED_DICT ? Z_DATA_ERROR :
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | uncompr.c | 81 err == Z_NEED_DICT ? Z_DATA_ERROR :
|
/third_party/skia/third_party/externals/zlib/ |
D | uncompr.c | 81 err == Z_NEED_DICT ? Z_DATA_ERROR :
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | uncompr.c | 81 err == Z_NEED_DICT ? Z_DATA_ERROR :
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | uncompr.c | 81 err == Z_NEED_DICT ? Z_DATA_ERROR :
|
/third_party/flutter/skia/third_party/externals/freetype/src/gzip/ |
D | zlib.h | 134 #define Z_NEED_DICT 2 macro
|
/third_party/freetype/src/gzip/ |
D | zlib.h | 134 #define Z_NEED_DICT 2 macro
|
/third_party/libwebsockets/lib/roles/http/compression/deflate/ |
D | deflate.c | 77 case Z_NEED_DICT: in lcs_process_deflate()
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
D | zlib.h | 134 #define Z_NEED_DICT 2 macro
|
/third_party/zlib/examples/ |
D | zran.c | 195 if (ret == Z_NEED_DICT) in deflate_index_build() 326 if (ret == Z_NEED_DICT) in deflate_index_extract()
|
D | zpipe.c | 128 case Z_NEED_DICT: in inf()
|
/third_party/node/src/ |
D | node_zlib.cc | 81 V(Z_NEED_DICT) \ 823 err_ == Z_NEED_DICT && in DoThreadPoolWork() 836 err_ = Z_NEED_DICT; in DoThreadPoolWork() 899 case Z_NEED_DICT: in GetErrorInfo() 1299 NODE_DEFINE_CONSTANT(target, Z_NEED_DICT); in DefineZlibConstants()
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
D | compression.c | 396 case Z_NEED_DICT: in SPDYF_zlib_inflate()
|