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

12

/external/chromium_org/third_party/zlib/
H A Duncompr.c51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dzutil.h61 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
H A Dgzread.c254 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
H A Dzlib.h176 #define Z_NEED_DICT 2 macro
474 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
490 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
795 if that call returned Z_NEED_DICT. The dictionary chosen by the compressor
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_uncompr.c51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dzutil.h52 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
H A Dgzread.c192 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
/external/qemu/distrib/zlib-1.2.8/
H A Duncompr.c51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dzutil.h50 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
H A Dgzread.c192 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
H A Dzlib.h175 #define Z_NEED_DICT 2 macro
476 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
494 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
825 if that call returned Z_NEED_DICT. The dictionary chosen by the compressor
/external/zlib/src/
H A Duncompr.c51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dzutil.h50 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
H A Dgzread.c192 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
H A Dzlib.h175 #define Z_NEED_DICT 2 macro
476 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
494 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
825 if that call returned Z_NEED_DICT. The dictionary chosen by the compressor
/external/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.c211 return Z_NEED_DICT;
/external/chromium_org/components/metrics/
H A Dcompression_utils.cc103 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
/external/zlib/src/examples/
H A Dfitblk.c108 ret != Z_NEED_DICT);
H A Dzpipe.c128 case Z_NEED_DICT:
H A Dzran.c198 if (ret == Z_NEED_DICT)
327 if (ret == Z_NEED_DICT)
/external/zlib/src/test/
H A Dinfcover.c321 if (ret != Z_OK && ret != Z_BUF_ERROR && ret != Z_NEED_DICT)
323 if (ret == Z_NEED_DICT) {
410 inf("8 b8 0 0 0 1", "need dictionary", 0, 8, 0, Z_NEED_DICT);
543 if (ret == Z_DATA_ERROR || ret == Z_NEED_DICT)
/external/zlib/
H A Dzutil.h50 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
H A Dzlib.h175 #define Z_NEED_DICT 2 macro
476 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
494 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
825 if that call returned Z_NEED_DICT. The dictionary chosen by the compressor
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h172 #define Z_NEED_DICT 2 macro
432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
742 if that call returned Z_NEED_DICT. The dictionary chosen by the compressor

Completed in 447 milliseconds

12