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

/openjdk7/jdk/src/share/native/java/util/zip/
H A DDeflater.c81 case Z_STREAM_ERROR:
108 case Z_STREAM_ERROR:
229 if (deflateEnd((z_stream *)jlong_to_ptr(addr)) == Z_STREAM_ERROR) {
H A DInflater.c97 case Z_STREAM_ERROR:
188 if (inflateEnd(jlong_to_ptr(addr)) == Z_STREAM_ERROR) {
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinflate.c132 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
159 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
161 if (bits > 16 || state->bits + bits > 32) return Z_STREAM_ERROR;
179 if (strm == Z_NULL) return Z_STREAM_ERROR;
204 return Z_STREAM_ERROR;
603 return Z_STREAM_ERROR;
1148 return Z_STREAM_ERROR;
1184 return Z_STREAM_ERROR;
1202 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
1205 return Z_STREAM_ERROR;
[all...]
H A Dgzio.c177 err = Z_STREAM_ERROR;
265 if (s == NULL || s->mode != 'w') return Z_STREAM_ERROR;
384 if (!s) return Z_STREAM_ERROR;
391 err = Z_STREAM_ERROR;
427 if (s == NULL || s->mode != 'r') return Z_STREAM_ERROR;
590 if (s == NULL || s->mode != 'w') return Z_STREAM_ERROR;
737 if (s == NULL || s->mode != 'w') return Z_STREAM_ERROR;
982 if (s == NULL) return Z_STREAM_ERROR;
986 return Z_STREAM_ERROR;
1019 *errnum = Z_STREAM_ERROR;
[all...]
H A Ddeflate.c264 if (strm == Z_NULL) return Z_STREAM_ERROR;
292 return Z_STREAM_ERROR;
352 return Z_STREAM_ERROR;
388 return Z_STREAM_ERROR;
421 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
422 if (strm->state->wrap != 2) return Z_STREAM_ERROR;
433 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
449 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
458 return Z_STREAM_ERROR;
487 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
[all...]
H A Dinfback.c66 return Z_STREAM_ERROR;
262 inflateBack() can also return Z_STREAM_ERROR if the input parameters
289 return Z_STREAM_ERROR;
627 ret = Z_STREAM_ERROR;
642 return Z_STREAM_ERROR;
H A Dzlib.h198 #define Z_STREAM_ERROR (-2) macro
258 enough memory, Z_STREAM_ERROR if level is not a valid compression level,
344 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
358 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
475 value), Z_STREAM_ERROR if the stream structure was inconsistent (for example
492 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
557 memory, Z_STREAM_ERROR if a parameter is invalid (such as an invalid
594 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
614 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
626 deflateReset returns Z_OK if success, or Z_STREAM_ERROR i
[all...]
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dzip.cpp374 case Z_STREAM_ERROR:
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngread.c160 case Z_STREAM_ERROR:
H A Dpngwutil.c285 case Z_STREAM_ERROR:
333 case Z_STREAM_ERROR:
H A Dpng.c727 return Z_STREAM_ERROR;

Completed in 62 milliseconds