Home
last modified time | relevance | path

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

12

/external/pdfium/third_party/zlib_v128/
Duncompr.c51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0)) in uncompress()
Dzutil.h52 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
Dgzread.c192 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) { in gz_decomp()
/external/zlib/src/
Duncompr.c51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
Dzutil.h50 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
Dgzread.c192 if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) {
/external/python/cpython2/Modules/zlib/
Duncompr.c51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
Dzutil.h50 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
/external/syslinux/com32/lib/zlib/
Duncompr.c51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
Dzutil.h46 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
/external/zlib/src/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()
/external/zlib/src/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()
Dfitblk.c108 ret != Z_NEED_DICT); in recompress()
/external/freetype/src/gzip/
Dzlib.h134 #define Z_NEED_DICT 2 macro
Dinflate.c211 return Z_NEED_DICT; in inflate()
/external/libvncserver/libvncclient/
Dzlib.c117 if ( inflateResult == Z_NEED_DICT ) { in HandleZlibBPP()
Dzrle.c166 if ( inflateResult == Z_NEED_DICT ) { in HandleZRLE()
/external/syslinux/com32/lib/sys/
Dzfile.c112 case Z_NEED_DICT: in gzip_file_read()
/external/libmicrohttpd/src/microspdy/
Dcompression.c396 case Z_NEED_DICT: in SPDYF_zlib_inflate()
/external/zlib/src/contrib/pascal/
Dzlibpas.pas78 Z_NEED_DICT = 2;
Dexample.pas509 if err = Z_NEED_DICT then
/external/zlib/src/contrib/ada/
Dzlib-thin.ads70 Z_NEED_DICT : constant := 2; -- zlib.h:134
/external/syslinux/com32/include/
Dzlib.h175 #define Z_NEED_DICT 2 macro
/external/zlib/src/contrib/delphi/
DZLib.pas175 Z_NEED_DICT = 2;

12