Searched refs:Z_DATA_ERROR (Results 1 - 25 of 62) sorted by relevance

123

/external/freetype/src/gzip/
H A Dinftrees.c109 case), or Z_DATA_ERROR if the input is invalid. */
175 return Z_DATA_ERROR;
177 return Z_DATA_ERROR;
239 return Z_DATA_ERROR; /* overflow of MANY */
315 if (r == Z_DATA_ERROR)
320 r = Z_DATA_ERROR;
351 if (r == Z_DATA_ERROR)
356 r = Z_DATA_ERROR;
366 if (r == Z_DATA_ERROR)
377 r = Z_DATA_ERROR;
[all...]
H A Dinfblock.c181 r = Z_DATA_ERROR;
191 r = Z_DATA_ERROR;
224 r = Z_DATA_ERROR;
253 if (r == Z_DATA_ERROR)
296 r = Z_DATA_ERROR;
320 if (t == (uInt)Z_DATA_ERROR)
363 r = Z_DATA_ERROR;
H A Dzlib.h137 #define Z_DATA_ERROR (-3) macro
281 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
367 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
372 enough room in the output buffer when Z_FINISH is used. In the Z_DATA_ERROR
528 input, inflate() will return with the error code Z_DATA_ERROR instead of
549 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
561 if no more input was provided, Z_DATA_ERROR if no flush point has been found,
628 buffer, or Z_DATA_ERROR if the input data was corrupted.
H A Dinfcodes.c156 r = Z_DATA_ERROR;
188 r = Z_DATA_ERROR;
232 r = Z_DATA_ERROR;
H A Dinflate.c219 if (r == Z_DATA_ERROR)
265 return Z_DATA_ERROR;
/external/zlib/src/test/
H A Dinfcover.c325 assert(ret == Z_DATA_ERROR);
399 inf("1f 8b 0 0", "bad gzip method", 0, 31, 0, Z_DATA_ERROR);
400 inf("1f 8b 8 80", "bad gzip flags", 0, 31, 0, Z_DATA_ERROR);
401 inf("77 85", "bad zlib method", 0, 15, 0, Z_DATA_ERROR);
403 inf("78 9c", "bad zlib window size", 0, 8, 0, Z_DATA_ERROR);
406 Z_DATA_ERROR);
409 inf("78 90", "bad zlib header check", 0, 47, 0, Z_DATA_ERROR);
432 ret = inflateSync(&strm); assert(ret == Z_DATA_ERROR);
440 ret = inflateUndermine(&strm, 1); assert(ret == Z_DATA_ERROR);
543 if (ret == Z_DATA_ERROR || re
[all...]
H A Dminigzip.c284 if (ret == Z_DATA_ERROR) {
285 gz->err = Z_DATA_ERROR;
/external/chromium_org/third_party/zlib/
H A Duncompr.c22 buffer, or Z_DATA_ERROR if the input data was corrupted.
52 return Z_DATA_ERROR;
H A Dgzread.c162 gz_error(state, Z_DATA_ERROR, "unknown compression method");
167 gz_error(state, Z_DATA_ERROR, "unknown header flags set");
248 gz_error(state, Z_DATA_ERROR, "unexpected end of file");
263 if (ret == Z_DATA_ERROR) { /* deflate stream invalid */
264 gz_error(state, Z_DATA_ERROR,
278 gz_error(state, Z_DATA_ERROR, "unexpected end of file");
282 gz_error(state, Z_DATA_ERROR, "incorrect data check");
286 gz_error(state, Z_DATA_ERROR, "incorrect length check");
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_uncompr.c22 buffer, or Z_DATA_ERROR if the input data was corrupted.
52 return Z_DATA_ERROR;
H A Dgzread.c201 if (ret == Z_DATA_ERROR) { /* deflate stream invalid */
202 gz_error(state, Z_DATA_ERROR,
311 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
462 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
/external/qemu/distrib/zlib-1.2.8/
H A Duncompr.c22 buffer, or Z_DATA_ERROR if the input data was corrupted.
52 return Z_DATA_ERROR;
H A Dgzread.c201 if (ret == Z_DATA_ERROR) { /* deflate stream invalid */
202 gz_error(state, Z_DATA_ERROR,
311 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
462 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
/external/zlib/src/examples/
H A Dzpipe.c88 allocated for processing, Z_DATA_ERROR if the deflate data is
129 ret = Z_DATA_ERROR; /* and fall through */
130 case Z_DATA_ERROR:
147 return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR;
164 case Z_DATA_ERROR:
H A Dzran.c142 of memory, Z_DATA_ERROR for an error in the input file, or Z_ERRNO for a
178 ret = Z_DATA_ERROR;
199 ret = Z_DATA_ERROR;
200 if (ret == Z_MEM_ERROR || ret == Z_DATA_ERROR)
243 negative for error (Z_DATA_ERROR or Z_MEM_ERROR). If data is requested past
283 ret = ferror(in) ? Z_ERRNO : Z_DATA_ERROR;
321 ret = Z_DATA_ERROR;
328 ret = Z_DATA_ERROR;
329 if (ret == Z_MEM_ERROR || ret == Z_DATA_ERROR)
381 case Z_DATA_ERROR
[all...]
H A Dgun.c198 not equal to Z_NULL), or Z_DATA_ERROR for invalid input.
231 return Z_DATA_ERROR;
236 return Z_DATA_ERROR;
256 return Z_DATA_ERROR;
323 return Z_DATA_ERROR;
378 Z_DATA_ERROR if the header or the compressed data is invalid, or if the
408 ret = first ? Z_DATA_ERROR : Z_ERRNO;
424 ret = Z_DATA_ERROR;
437 ret = Z_DATA_ERROR;
490 ret = Z_DATA_ERROR;
[all...]
H A Dfitblk.c107 assert(ret != Z_STREAM_ERROR && ret != Z_DATA_ERROR &&
/external/zlib/src/
H A Duncompr.c22 buffer, or Z_DATA_ERROR if the input data was corrupted.
52 return Z_DATA_ERROR;
H A Dgzread.c201 if (ret == Z_DATA_ERROR) { /* deflate stream invalid */
202 gz_error(state, Z_DATA_ERROR,
311 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
462 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
/external/llvm/lib/Support/
H A DCompression.cpp42 case Z_DATA_ERROR: return zlib::StatusInvalidData;
/external/chromium_org/components/metrics/
H A Dcompression_utils.cc104 return Z_DATA_ERROR;
/external/chromium_org/media/cast/logging/
H A Dlog_serializer.cc141 DCHECK(result == Z_OK || result == Z_DATA_ERROR);
/external/chromium_org/content/browser/tracing/
H A Dtrace_uploader.cc186 DCHECK(result == Z_OK || result == Z_DATA_ERROR);
/external/elfutils/0.153/libdw/
H A Ddwarf_begin_elf.c202 zrc = Z_DATA_ERROR;
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dlogger.cc93 DCHECK(result == Z_OK || result == Z_DATA_ERROR);

Completed in 3273 milliseconds

123