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

12

/macosx-10.10/sudo-73/src/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;
H A Dgzread.c57 if (state->err != Z_OK && state->err != Z_BUF_ERROR)
180 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
299 (state->err != Z_OK && state->err != Z_BUF_ERROR))
390 (state->err != Z_OK && state->err != Z_BUF_ERROR))
426 (state->err != Z_OK && state->err != Z_BUF_ERROR))
490 (state->err != Z_OK && state->err != Z_BUF_ERROR))
578 err = state->err == Z_BUF_ERROR ? Z_BUF_ERROR : Z_OK;
H A Dgzlib.c285 (state->err != Z_OK && state->err != Z_BUF_ERROR))
313 if (state->err != Z_OK && state->err != Z_BUF_ERROR)
521 if (err != Z_OK && err != Z_BUF_ERROR)
H A Dinfback.c157 then return a Z_BUF_ERROR from inflateBack(). */
164 ret = Z_BUF_ERROR; \
209 Z_BUF_ERROR. */
217 ret = Z_BUF_ERROR; \
243 Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it
611 ret = Z_BUF_ERROR;
/macosx-10.10/zlib-55/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;
H A Dinfback.c148 then return a Z_BUF_ERROR from inflateBack(). */
155 ret = Z_BUF_ERROR; \
200 Z_BUF_ERROR. */
208 ret = Z_BUF_ERROR; \
234 Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it
603 ret = Z_BUF_ERROR;
H A Dgzread.c388 gz_error(state, Z_BUF_ERROR, "requested length does not fit in int");
523 gz_error(state, Z_BUF_ERROR, "out of room to push characters");
/macosx-10.10/rsync-45/rsync/zlib/
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 Dzlib.h178 #define Z_BUF_ERROR (-5) macro
322 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
323 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
454 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
455 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
624 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR
765 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
938 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
942 initialized. In the case of Z_BUF_ERROR, an input or output error can be
944 an error. If strm->next is not Z_NULL, then the Z_BUF_ERROR wa
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dcompress.c50 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
67 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
71 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
83 return err == Z_OK ? Z_BUF_ERROR : err;
H A Duncompr.c54 enough memory, Z_BUF_ERROR if there was not enough room in the output
69 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
73 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
84 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dinfback.c177 then return a Z_BUF_ERROR from inflateBack(). */
184 ret = Z_BUF_ERROR; \
229 Z_BUF_ERROR. */
237 ret = Z_BUF_ERROR; \
263 Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it
623 ret = Z_BUF_ERROR;
/macosx-10.10/zlib-55/zlib/examples/
H A Dgun.c195 lunpipe() will return Z_OK on success, Z_BUF_ERROR for an unexpected end of
227 return Z_BUF_ERROR;
252 return Z_BUF_ERROR;
282 return Z_BUF_ERROR;
291 return Z_BUF_ERROR;
354 return Z_BUF_ERROR;
378 trailer CRC-32 check or length doesn't match, Z_BUF_ERROR if the input ends
398 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */
419 ret = Z_BUF_ERROR;
478 strm->next_in = Z_NULL; /* so Z_BUF_ERROR mean
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dcompress.c154 case Z_BUF_ERROR:
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketDeflater.cpp113 if (result != Z_BUF_ERROR)
169 if (result == Z_BUF_ERROR)
201 if (result == Z_BUF_ERROR)
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.h246 #define Z_BUF_ERROR (-5) macro
365 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible.
440 was NULL), Z_MEM_ERROR if there was not enough memory, Z_BUF_ERROR if no
596 inflateSync returns Z_OK if the special marker has been found, Z_BUF_ERROR
/macosx-10.10/zlib-55/zlib/contrib/infback9/
H A Dinfback9.c124 then return a Z_BUF_ERROR from inflateBack(). */
131 ret = Z_BUF_ERROR; \
176 Z_BUF_ERROR. */
184 ret = Z_BUF_ERROR; \
210 Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it
588 ret = Z_BUF_ERROR;
/macosx-10.10/xnu-2782.1.97/osfmk/prng/YarrowCoreLib/src/
H A Dcomp.c167 if(resp==Z_BUF_ERROR) {return COMP_ERR_LIB;}
/macosx-10.10/rsync-45/rsync/
H A Dtoken.c362 * Z_BUF_ERROR just means no progress was
366 if (r != Z_OK && r != Z_BUF_ERROR) {
371 if (n != 0 && r != Z_BUF_ERROR) {
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A Dzlib.h139 #define Z_BUF_ERROR (-5) macro
274 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
376 enough memory, Z_BUF_ERROR if no progress is possible or if there was not
526 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR
578 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
619 enough memory, Z_BUF_ERROR if there was not enough room in the output
634 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
652 enough memory, Z_BUF_ERROR if there was not enough room in the output
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DEncodeDecodeTransforms.c390 CFfprintf(stderr, "rc=%d %s", rc, (rc == Z_OK) ? "Z_OK" : (rc == Z_STREAM_END) ? "Z_STREAM_END" : (rc == Z_BUF_ERROR) ? "Z_BUF_ERROR" : "?");
405 } else if (rc == Z_BUF_ERROR) {
408 // zlib has an odd convention about EOF and Z_BUF_ERROR, see http://www.zlib.net/zlib_how.html
409 // Z_BUF_ERROR can mean "you don't have a big enough output buffer, please enlarge", or "the input buffer is
410 // empty, please get more data". So if we get Z_BUF_ERROR, and there are 0 bytes of input, and the output
888 int rc = Z_BUF_ERROR;
907 CFfprintf(stderr, "rc=%d %s", rc, (rc == Z_OK) ? "Z_OK" : (rc == Z_STREAM_END) ? "Z_FINISH" : (rc == Z_BUF_ERROR) ? "Z_BUF_ERROR" : "?");
922 } else if (rc == Z_BUF_ERROR) {
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/comp/
H A Dc_zlib.c314 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
318 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A Dzlib.h206 #define Z_BUF_ERROR (-5) macro
350 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
351 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
482 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
483 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
652 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR
793 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
966 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
970 initialized. In the case of Z_BUF_ERROR, an input or output error can be
972 an error. If strm->next is not Z_NULL, then the Z_BUF_ERROR wa
[all...]

Completed in 262 milliseconds

12