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

12

/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Duncompr.c25 enough memory, Z_BUF_ERROR if there was not enough room in the output
40 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
44 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
55 if (err == Z_NEED_DICT || (err == Z_BUF_ERROR && stream.avail_in == 0))
H A Dcompress.c21 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
38 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
42 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
54 return err == Z_OK ? Z_BUF_ERROR : err;
H A Dinfback.c150 then return a Z_BUF_ERROR from inflateBack(). */
157 ret = Z_BUF_ERROR; \
202 Z_BUF_ERROR. */
210 ret = Z_BUF_ERROR; \
236 Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it
596 ret = Z_BUF_ERROR;
H A Dzlib.h179 #define Z_BUF_ERROR (-5) macro
323 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
324 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
455 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
456 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
625 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR
766 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
939 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
943 initialized. In the case of Z_BUF_ERROR, an input or output error can be
945 an error. If strm->next is not Z_NULL, then the Z_BUF_ERROR wa
[all...]
H A Ddeflate.c572 if (strm->avail_out == 0) ERR_RETURN(strm, Z_BUF_ERROR);
774 * returning Z_STREAM_END instead of Z_BUF_ERROR.
778 ERR_RETURN(strm, Z_BUF_ERROR);
783 ERR_RETURN(strm, Z_BUF_ERROR);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Duncompr.c23 enough memory, Z_BUF_ERROR if there was not enough room in the output
38 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
42 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
53 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
594 ret = Z_BUF_ERROR;
H A Dzlib.h177 #define Z_BUF_ERROR (-5) macro
321 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
322 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
453 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
454 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
623 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR
764 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
937 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
941 initialized. In the case of Z_BUF_ERROR, an input or output error can be
943 an error. If strm->next is not Z_NULL, then the Z_BUF_ERROR wa
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Dzmod.h51 #define Z_BUF_ERROR (-5) macro
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/zmod/
H A Dzmod.c61 return (err == Z_OK ? Z_BUF_ERROR : err);
87 return (err == Z_OK ? Z_BUF_ERROR : err);
H A Dzlib.h179 #define Z_BUF_ERROR (-5) macro
323 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
324 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
455 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
456 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
625 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR
766 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
939 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
943 initialized. In the case of Z_BUF_ERROR, an input or output error can be
945 an error. If strm->next is not Z_NULL, then the Z_BUF_ERROR wa
[all...]
H A Ddeflate.c576 if (strm->avail_out == 0) ERR_RETURN(strm, Z_BUF_ERROR);
778 * returning Z_STREAM_END instead of Z_BUF_ERROR.
782 ERR_RETURN(strm, Z_BUF_ERROR);
787 ERR_RETURN(strm, Z_BUF_ERROR);
/netbsd-6-1-5-RELEASE/common/dist/zlib/examples/
H A Dgun.c194 lunpipe() will return Z_OK on success, Z_BUF_ERROR for an unexpected end of
225 return Z_BUF_ERROR;
250 return Z_BUF_ERROR;
280 return Z_BUF_ERROR;
289 return Z_BUF_ERROR;
350 return Z_BUF_ERROR;
372 trailer CRC-32 check or length doesn't match, Z_BUF_ERROR if the input ends
392 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */
413 ret = Z_BUF_ERROR;
472 strm->next_in = Z_NULL; /* so Z_BUF_ERROR mean
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/examples/
H A Dgun.c192 lunpipe() will return Z_OK on success, Z_BUF_ERROR for an unexpected end of
223 return Z_BUF_ERROR;
248 return Z_BUF_ERROR;
278 return Z_BUF_ERROR;
287 return Z_BUF_ERROR;
348 return Z_BUF_ERROR;
370 trailer CRC-32 check or length doesn't match, Z_BUF_ERROR if the input ends
390 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */
411 ret = Z_BUF_ERROR;
470 strm->next_in = Z_NULL; /* so Z_BUF_ERROR mean
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dcompress.c155 case Z_BUF_ERROR:
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/infback9/
H A Dinfback9.c126 then return a Z_BUF_ERROR from inflateBack(). */
133 ret = Z_BUF_ERROR; \
178 Z_BUF_ERROR. */
186 ret = Z_BUF_ERROR; \
212 Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it
581 ret = Z_BUF_ERROR;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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
579 ret = Z_BUF_ERROR;
/netbsd-6-1-5-RELEASE/sys/opencrypto/
H A Ddeflate.c137 * -sys/net/zlib.c has a bug which makes that Z_BUF_ERROR is
140 else if (decomp && (error == Z_OK || error == Z_BUF_ERROR)
332 * -sys/net/zlib.c has a bug which makes that Z_BUF_ERROR is
335 else if (decomp && error == Z_BUF_ERROR
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/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;
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dzlib.c189 if (zstatus != Z_OK && zstatus != Z_BUF_ERROR)
355 /* The deflate function will return Z_BUF_ERROR if it can't do
358 if (zstatus == Z_BUF_ERROR)
599 a fairly rare bug in which we'd get a Z_BUF_ERROR for no obvious
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.h433 #define Z_BUF_ERROR (-5) macro
575 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
680 enough memory, Z_BUF_ERROR if no progress is possible or if there was not
829 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR
885 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
925 enough memory, Z_BUF_ERROR if there was not enough room in the output
939 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
956 enough memory, Z_BUF_ERROR if there was not enough room in the output
H A Dzlib.c1061 if (strm->avail_out == 0) ERR_RETURN(strm, Z_BUF_ERROR);
1109 ERR_RETURN(strm, Z_BUF_ERROR);
1114 ERR_RETURN(strm, Z_BUF_ERROR);
3511 r2 = f == Z_FINISH ? Z_BUF_ERROR : Z_OK;
3512 r = Z_BUF_ERROR;
3694 return Z_BUF_ERROR;
4515 tables to decode that set of codes. Return Z_OK on success, Z_BUF_ERROR
4690 return Z_BUF_ERROR;
4701 /* Return Z_BUF_ERROR if we were given an incomplete table */
4702 return y != 0 && g != 1 ? Z_BUF_ERROR
[all...]
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/pascal/
H A Dzlibpas.pas63 Z_BUF_ERROR = -5;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/pascal/
H A Dzlibpas.pas63 Z_BUF_ERROR = -5;

Completed in 192 milliseconds

12