Searched refs:Z_BUF_ERROR (Results 1 - 25 of 66) sorted by relevance

123

/external/chromium_org/third_party/zlib/
H A Duncompr.c21 enough memory, Z_BUF_ERROR if there was not enough room in the output
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dcompress.c19 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
52 return err == Z_OK ? Z_BUF_ERROR : err;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_uncompr.c21 enough memory, Z_BUF_ERROR if there was not enough room in the output
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dfx_zlib_compress.c19 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
52 return err == Z_OK ? Z_BUF_ERROR : err;
H A Dgzread.c57 if (state->err != Z_OK && state->err != Z_BUF_ERROR)
186 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
305 (state->err != Z_OK && state->err != Z_BUF_ERROR))
401 (state->err != Z_OK && state->err != Z_BUF_ERROR))
436 (state->err != Z_OK && state->err != Z_BUF_ERROR))
500 (state->err != Z_OK && state->err != Z_BUF_ERROR))
588 err = state->err == Z_BUF_ERROR ? Z_BUF_ERROR : Z_OK;
/external/qemu/distrib/zlib-1.2.8/
H A Duncompr.c21 enough memory, Z_BUF_ERROR if there was not enough room in the output
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dcompress.c19 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
52 return err == Z_OK ? Z_BUF_ERROR : err;
H A Dgzread.c57 if (state->err != Z_OK && state->err != Z_BUF_ERROR)
186 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
305 (state->err != Z_OK && state->err != Z_BUF_ERROR))
401 (state->err != Z_OK && state->err != Z_BUF_ERROR))
436 (state->err != Z_OK && state->err != Z_BUF_ERROR))
500 (state->err != Z_OK && state->err != Z_BUF_ERROR))
588 err = state->err == Z_BUF_ERROR ? Z_BUF_ERROR : Z_OK;
/external/zlib/src/
H A Duncompr.c21 enough memory, Z_BUF_ERROR if there was not enough room in the output
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
51 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dcompress.c19 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
52 return err == Z_OK ? Z_BUF_ERROR : err;
H A Dgzread.c57 if (state->err != Z_OK && state->err != Z_BUF_ERROR)
186 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
305 (state->err != Z_OK && state->err != Z_BUF_ERROR))
401 (state->err != Z_OK && state->err != Z_BUF_ERROR))
436 (state->err != Z_OK && state->err != Z_BUF_ERROR))
500 (state->err != Z_OK && state->err != Z_BUF_ERROR))
588 err = state->err == Z_BUF_ERROR ? Z_BUF_ERROR : Z_OK;
/external/chromium_org/components/metrics/
H A Dcompression_utils.cc42 return Z_BUF_ERROR;
66 return err == Z_OK ? Z_BUF_ERROR : err;
86 return Z_BUF_ERROR;
91 return Z_BUF_ERROR;
103 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
/external/chromium_org/net/websockets/
H A Dwebsocket_deflater.cc60 DCHECK(result != Z_BUF_ERROR || !stream_->avail_in);
61 return result == Z_BUF_ERROR;
77 // Deflate returning Z_BUF_ERROR means that it's successfully flushed and
79 if (result != Z_BUF_ERROR) {
H A Dwebsocket_inflater.cc82 return result == Z_OK || result == Z_BUF_ERROR;
100 if (result != Z_OK && result != Z_BUF_ERROR)
109 if (result != Z_OK && result != Z_BUF_ERROR)
127 int result = Z_BUF_ERROR;
143 } while (result == Z_OK || result == Z_BUF_ERROR);
151 int result = Z_BUF_ERROR;
158 if (result != Z_OK && result != Z_BUF_ERROR)
/external/freetype/src/gzip/
H A Dinfutil.c38 if (n && r == Z_BUF_ERROR) r = Z_OK;
64 if (n && r == Z_BUF_ERROR) r = Z_OK;
H A Dzlib.h139 #define Z_BUF_ERROR (-5) macro
270 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
371 enough memory, Z_BUF_ERROR if no progress is possible or if there was not
512 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR
560 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
599 enough memory, Z_BUF_ERROR if there was not enough room in the output
611 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
627 enough memory, Z_BUF_ERROR if there was not enough room in the output
H A Dinftrees.c107 tables to decode that set of codes. Return Z_OK on success, Z_BUF_ERROR
294 /* Return Z_BUF_ERROR if we were given an incomplete table */
295 return y != 0 && g != 1 ? Z_BUF_ERROR : Z_OK;
317 else if (r == Z_BUF_ERROR || *bb == 0)
368 else if (r == Z_BUF_ERROR) {
H A Dinflate.c156 f = f == Z_FINISH ? Z_BUF_ERROR : Z_OK;
157 r = Z_BUF_ERROR;
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc125 || (zerror_ == Z_BUF_ERROR);
156 || (zerror_ == Z_BUF_ERROR);
252 return Z_BUF_ERROR;
272 if ((zerror_ != Z_OK) && (zerror_ != Z_BUF_ERROR)) {
305 (zerror_ == Z_BUF_ERROR && zcontext_.avail_in == 0 &&
310 if ((zerror_ != Z_OK) && (zerror_ != Z_BUF_ERROR)) {
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc121 || (zerror_ == Z_BUF_ERROR);
140 || (zerror_ == Z_BUF_ERROR);
246 return Z_BUF_ERROR;
267 if ((zerror_ != Z_OK) && (zerror_ != Z_BUF_ERROR)) {
304 if ((zerror_ != Z_OK) && (zerror_ != Z_BUF_ERROR)) {
/external/zlib/src/examples/
H A Dgun.c196 lunpipe() will return Z_OK on success, Z_BUF_ERROR for an unexpected end of
228 return Z_BUF_ERROR;
253 return Z_BUF_ERROR;
283 return Z_BUF_ERROR;
292 return Z_BUF_ERROR;
355 return Z_BUF_ERROR;
379 trailer CRC-32 check or length doesn't match, Z_BUF_ERROR if the input ends
399 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */
420 ret = Z_BUF_ERROR;
479 strm->next_in = Z_NULL; /* so Z_BUF_ERROR mean
[all...]
/external/llvm/lib/Support/
H A DCompression.cpp40 case Z_BUF_ERROR: return zlib::StatusBufferTooShort;
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketDeflater.cpp123 if (result != Z_BUF_ERROR)
186 if (result == Z_BUF_ERROR)
218 if (result == Z_BUF_ERROR)
/external/chromium_org/third_party/skia/src/core/
H A DSkFlate.cpp71 rc = Z_BUF_ERROR;
/external/skia/src/core/
H A DSkFlate.cpp71 rc = Z_BUF_ERROR;

Completed in 352 milliseconds

123