Home
last modified time | relevance | path

Searched refs:Z_NEED_DICT (Results 1 - 25 of 53) sorted by relevance

123

/third_party/libwebsockets/win32port/zlib/
H A Duncompr.c51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dzutil.h46 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A 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/
H A 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()
544 if (ret == Z_DATA_ERROR || ret == Z_NEED_DICT) in try()
/third_party/nghttp2/src/
H A Dnghttp2_gzip.c75 case Z_NEED_DICT: in nghttp2_gzip_inflate()
/third_party/libwebsockets/lib/roles/http/compression/deflate/
H A Ddeflate.c77 case Z_NEED_DICT: in lcs_process_deflate()
/third_party/node/deps/v8/third_party/zlib/
H A Duncompr.c81 err == Z_NEED_DICT ? Z_DATA_ERROR :
H A Dzutil.h63 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
/third_party/node/deps/zlib/
H A Duncompr.c77 err == Z_NEED_DICT ? Z_DATA_ERROR : in uncompress2()
H A Dzutil.h74 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dzlib.h134 #define Z_NEED_DICT 2 macro
357 dictionary chosen by the compressor and returns Z_NEED_DICT; otherwise
366 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
542 if this call returned Z_NEED_DICT. The dictionary chosen by the compressor
H A Dinflate.c216 return Z_NEED_DICT; in inflate()
/third_party/skia/third_party/externals/zlib/
H A Duncompr.c81 err == Z_NEED_DICT ? Z_DATA_ERROR :
H A Dzutil.h67 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
/third_party/zlib/
H A Duncompr.c77 err == Z_NEED_DICT ? Z_DATA_ERROR : in uncompress2()
/third_party/node/src/
H A Dnode_zlib.cc82 V(Z_NEED_DICT) \
830 err_ == Z_NEED_DICT && in DoThreadPoolWork()
843 err_ = Z_NEED_DICT; in DoThreadPoolWork()
906 case Z_NEED_DICT: in GetErrorInfo()
1060 // returns Z_NEED_DICT in Process() in SetDictionary()
1323 NODE_DEFINE_CONSTANT(target, Z_NEED_DICT); in DefineZlibConstants()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dcompression_utils_portable.cc195 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0)) in UncompressHelper()
/third_party/node/deps/zlib/google/
H A Dcompression_utils_portable.cc195 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0)) in UncompressHelper()
/third_party/skia/third_party/externals/zlib/google/
H A Dcompression_utils_portable.cc195 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0)) in UncompressHelper()
/third_party/zlib/examples/
H A Dfitblk.c108 ret != Z_NEED_DICT); in recompress()
H A Dzpipe.c128 case Z_NEED_DICT: in inf()
/third_party/libwebsockets/lib/roles/ws/ext/
H A Dextension-permessage-deflate.c298 case Z_NEED_DICT: in lws_extension_callback_pm_deflate()
341 case Z_NEED_DICT: in lws_extension_callback_pm_deflate()
/third_party/python/Modules/
H A Dzlibmodule.c925 if (err == Z_NEED_DICT && self->zdict != NULL) { in zlib_Decompress_decompress_impl()
935 } while (self->zst.avail_out == 0 || err == Z_NEED_DICT); in zlib_Decompress_decompress_impl()
1309 if (err == Z_NEED_DICT && self->zdict != NULL) { in zlib_Decompress_flush_impl()
1319 } while (self->zst.avail_out == 0 || err == Z_NEED_DICT); in zlib_Decompress_flush_impl()
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas78 Z_NEED_DICT = 2;
/third_party/node/lib/
H A Dzlib.js100 Z_NEED_DICT: constants.Z_NEED_DICT,

Completed in 20 milliseconds

123