Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/zmod/
H A Dinflate.c115 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
142 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
144 if (bits > 16 || state->bits + bits > 32) return Z_STREAM_ERROR;
162 if (strm == Z_NULL) return Z_STREAM_ERROR;
187 return Z_STREAM_ERROR;
586 return Z_STREAM_ERROR;
1151 return Z_STREAM_ERROR;
1187 return Z_STREAM_ERROR;
1205 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
1208 return Z_STREAM_ERROR;
[all …]
H A Ddeflate.c246 if (strm == Z_NULL) return Z_STREAM_ERROR;
274 return Z_STREAM_ERROR;
334 return Z_STREAM_ERROR;
370 return Z_STREAM_ERROR;
403 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
404 if (strm->state->wrap != 2) return Z_STREAM_ERROR;
415 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
431 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
440 return Z_STREAM_ERROR;
469 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
[all …]
H A Dzlib.h176 #define Z_STREAM_ERROR (-2) macro
/titanic_50/usr/src/uts/common/sys/
H A Dzmod.h48 #define Z_STREAM_ERROR (-2) macro
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c877 return (Z_STREAM_ERROR);
900 return (Z_STREAM_ERROR);
958 return (Z_STREAM_ERROR);
962 return (Z_STREAM_ERROR);
1003 return (Z_STREAM_ERROR);
1040 return (Z_STREAM_ERROR);
1048 return (Z_STREAM_ERROR);
1124 return (Z_STREAM_ERROR);
1131 ERR_RETURN(strm, Z_STREAM_ERROR);
1278 return (Z_STREAM_ERROR);
[all …]
H A Dzlib.h474 #define Z_STREAM_ERROR (-2) macro
/titanic_50/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 …]