Home
last modified time | relevance | path

Searched refs:Z_STREAM_ERROR (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Dinflate.c122 if (inflateStateCheck(strm)) return Z_STREAM_ERROR; in inflateResetKeep()
147 if (inflateStateCheck(strm)) return Z_STREAM_ERROR; in inflateReset()
161 if (inflateStateCheck(strm)) return Z_STREAM_ERROR; in inflateReset2()
179 return Z_STREAM_ERROR; in inflateReset2()
200 if (strm == Z_NULL) return Z_STREAM_ERROR; in inflateInit2_()
204 return Z_STREAM_ERROR; in inflateInit2_()
212 return Z_STREAM_ERROR; in inflateInit2_()
241 if (inflateStateCheck(strm)) return Z_STREAM_ERROR; in inflatePrime()
248 if (bits > 16 || state->bits + (uInt)bits > 32) return Z_STREAM_ERROR; in inflatePrime()
628 return Z_STREAM_ERROR; in inflate()
[all …]
H A Ddeflate.c260 if (strm == Z_NULL) return Z_STREAM_ERROR;
265 return Z_STREAM_ERROR;
273 return Z_STREAM_ERROR;
297 return Z_STREAM_ERROR;
426 return Z_STREAM_ERROR;
430 return Z_STREAM_ERROR;
492 return Z_STREAM_ERROR;
511 return Z_STREAM_ERROR;
560 return Z_STREAM_ERROR;
571 if (deflateStateCheck(strm)) return Z_STREAM_ERROR;
[all …]
H A Dinfback.c38 return Z_STREAM_ERROR; in inflateBackInit_()
42 return Z_STREAM_ERROR; in inflateBackInit_()
50 return Z_STREAM_ERROR; in inflateBackInit_()
265 return Z_STREAM_ERROR; in inflateBack()
611 ret = Z_STREAM_ERROR; in inflateBack()
625 return Z_STREAM_ERROR; in inflateBackEnd()
H A Dzlib.h181 #define Z_STREAM_ERROR (-2) macro
H A DChangeLog526 - Return Z_STREAM_ERROR instead of EOF for gzclose() being passed NULL
/illumos-gate/usr/src/uts/common/sys/
H A Dzmod.h46 #define Z_STREAM_ERROR (-2) macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c875 return (Z_STREAM_ERROR);
898 return (Z_STREAM_ERROR);
956 return (Z_STREAM_ERROR);
960 return (Z_STREAM_ERROR);
1001 return (Z_STREAM_ERROR);
1038 return (Z_STREAM_ERROR);
1046 return (Z_STREAM_ERROR);
1122 return (Z_STREAM_ERROR);
1129 ERR_RETURN(strm, Z_STREAM_ERROR);
1276 return (Z_STREAM_ERROR);
[all …]
H A Dzlib.h472 #define Z_STREAM_ERROR (-2) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c542 #define Z_STREAM_ERROR (-2) macro
2334 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
2361 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
2363 if (bits > 16 || state->bits + bits > 32) return Z_STREAM_ERROR;
2381 if (strm == Z_NULL) return Z_STREAM_ERROR;
2406 return Z_STREAM_ERROR;
2798 return Z_STREAM_ERROR;
3343 return Z_STREAM_ERROR;
3379 return Z_STREAM_ERROR;
3397 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h221 #define Z_STREAM_ERROR (-2) macro
H A Dzlib.c602 if (strm == Z_NULL) return Z_STREAM_ERROR;
616 return Z_STREAM_ERROR;
670 strm->zalloc == Z_NULL || strm->zfree == Z_NULL) return Z_STREAM_ERROR;
737 if (strm == Z_NULL || state == Z_NULL) return Z_STREAM_ERROR;
740 ERR_RETURN(strm, Z_STREAM_ERROR);
859 if (strm == Z_NULL || state == Z_NULL) return Z_STREAM_ERROR;
2776 return Z_STREAM_ERROR;
2792 return Z_STREAM_ERROR;
2808 return Z_STREAM_ERROR;
2828 return Z_STREAM_ERROR;
[all …]