Home
last modified time | relevance | path

Searched refs:Z_NEED_DICT (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/libwebsockets/win32port/zlib/
Duncompr.c51 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/
Dinfcover.c321 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/
Dinfcover.c321 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/
Dinfcover.cc343 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/
Dinfcover.c321 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/
Dnghttp2_gzip.c81 case Z_NEED_DICT: in nghttp2_gzip_inflate()
/third_party/node/deps/npm/node_modules/minizlib/
Dconstants.js17 Z_NEED_DICT: 2, property
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/
Dzran.c198 if (ret == Z_NEED_DICT) in build_index()
327 if (ret == Z_NEED_DICT) in extract()
Dzpipe.c128 case Z_NEED_DICT: in inf()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/
Dzran.c198 if (ret == Z_NEED_DICT) in build_index()
327 if (ret == Z_NEED_DICT) in extract()
Dzpipe.c128 case Z_NEED_DICT: in inf()
/third_party/node/deps/zlib/
Duncompr.c81 err == Z_NEED_DICT ? Z_DATA_ERROR :
/third_party/zlib/
Duncompr.c81 err == Z_NEED_DICT ? Z_DATA_ERROR :
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Duncompr.c81 err == Z_NEED_DICT ? Z_DATA_ERROR :
/third_party/skia/third_party/externals/zlib/
Duncompr.c81 err == Z_NEED_DICT ? Z_DATA_ERROR :
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Duncompr.c81 err == Z_NEED_DICT ? Z_DATA_ERROR :
/third_party/flutter/skia/third_party/externals/zlib/
Duncompr.c81 err == Z_NEED_DICT ? Z_DATA_ERROR :
/third_party/flutter/skia/third_party/externals/freetype/src/gzip/
Dzlib.h134 #define Z_NEED_DICT 2 macro
/third_party/freetype/src/gzip/
Dzlib.h134 #define Z_NEED_DICT 2 macro
/third_party/libwebsockets/lib/roles/http/compression/deflate/
Ddeflate.c77 case Z_NEED_DICT: in lcs_process_deflate()
/third_party/skia/third_party/externals/freetype/src/gzip/
Dzlib.h134 #define Z_NEED_DICT 2 macro
/third_party/zlib/examples/
Dzran.c195 if (ret == Z_NEED_DICT) in deflate_index_build()
326 if (ret == Z_NEED_DICT) in deflate_index_extract()
Dzpipe.c128 case Z_NEED_DICT: in inf()
/third_party/node/src/
Dnode_zlib.cc81 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/
Dcompression.c396 case Z_NEED_DICT: in SPDYF_zlib_inflate()

12345