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

12

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Dzmod.h49 #define Z_DATA_ERROR (-3) macro
/netbsd-6-1-5-RELEASE/common/dist/zlib/examples/
H A Dzpipe.c80 allocated for processing, Z_DATA_ERROR if the deflate data is
121 ret = Z_DATA_ERROR; /* and fall through */
122 case Z_DATA_ERROR:
139 return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR;
156 case Z_DATA_ERROR:
H A Dzran.c139 of memory, Z_DATA_ERROR for an error in the input file, or Z_ERRNO for a
175 ret = Z_DATA_ERROR;
196 ret = Z_DATA_ERROR;
197 if (ret == Z_MEM_ERROR || ret == Z_DATA_ERROR)
240 negative for error (Z_DATA_ERROR or Z_MEM_ERROR). If data is requested past
280 ret = ferror(in) ? Z_ERRNO : Z_DATA_ERROR;
318 ret = Z_DATA_ERROR;
325 ret = Z_DATA_ERROR;
326 if (ret == Z_MEM_ERROR || ret == Z_DATA_ERROR)
378 case Z_DATA_ERROR
[all...]
H A Dgun.c196 not equal to Z_NULL), or Z_DATA_ERROR for invalid input.
228 return Z_DATA_ERROR;
233 return Z_DATA_ERROR;
253 return Z_DATA_ERROR;
320 return Z_DATA_ERROR;
371 Z_DATA_ERROR if the header or the compressed data is invalid, or if the
401 ret = first ? Z_DATA_ERROR : Z_ERRNO;
417 ret = Z_DATA_ERROR;
430 ret = Z_DATA_ERROR;
483 ret = Z_DATA_ERROR;
[all...]
H A Dfitblk.c109 assert(ret != Z_STREAM_ERROR && ret != Z_DATA_ERROR &&
H A Dgzjoin.c334 case Z_DATA_ERROR:
/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Duncompr.c26 buffer, or Z_DATA_ERROR if the input data was corrupted.
56 return Z_DATA_ERROR;
H A Dgzio.c288 to Z_DATA_ERROR if the magic header is present but the rest of the header
333 s->z_err = Z_DATA_ERROR;
355 s->z_err = s->z_eof ? Z_DATA_ERROR : Z_OK;
412 if (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO) return -1;
481 s->z_err = Z_DATA_ERROR;
500 (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO))
782 s->z_err == Z_ERRNO || s->z_err == Z_DATA_ERROR) {
953 if (c == EOF) s->z_err = Z_DATA_ERROR;
H A Dzlib.h177 #define Z_DATA_ERROR (-3) macro
337 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
451 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
458 continue decompressing. If Z_DATA_ERROR is returned, the application may then
710 Z_DATA_ERROR instead of trying to allocate a larger window.
727 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is
754 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
767 if no more input was provided, Z_DATA_ERROR if no flush point has been found,
940 if in() or out() returned an error, Z_DATA_ERROR if there was a format
1064 buffer, or Z_DATA_ERROR i
[all...]
H A Dinflate.c1128 ret = Z_DATA_ERROR;
1198 return Z_DATA_ERROR;
1307 if (state->have != 4) return Z_DATA_ERROR;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/examples/
H A Dzpipe.c78 allocated for processing, Z_DATA_ERROR if the deflate data is
119 ret = Z_DATA_ERROR; /* and fall through */
120 case Z_DATA_ERROR:
137 return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR;
154 case Z_DATA_ERROR:
H A Dzran.c137 of memory, Z_DATA_ERROR for an error in the input file, or Z_ERRNO for a
173 ret = Z_DATA_ERROR;
194 ret = Z_DATA_ERROR;
195 if (ret == Z_MEM_ERROR || ret == Z_DATA_ERROR)
238 negative for error (Z_DATA_ERROR or Z_MEM_ERROR). If data is requested past
278 ret = ferror(in) ? Z_ERRNO : Z_DATA_ERROR;
316 ret = Z_DATA_ERROR;
323 ret = Z_DATA_ERROR;
324 if (ret == Z_MEM_ERROR || ret == Z_DATA_ERROR)
376 case Z_DATA_ERROR
[all...]
H A Dgun.c194 not equal to Z_NULL), or Z_DATA_ERROR for invalid input.
226 return Z_DATA_ERROR;
231 return Z_DATA_ERROR;
251 return Z_DATA_ERROR;
318 return Z_DATA_ERROR;
369 Z_DATA_ERROR if the header or the compressed data is invalid, or if the
399 ret = first ? Z_DATA_ERROR : Z_ERRNO;
415 ret = Z_DATA_ERROR;
428 ret = Z_DATA_ERROR;
481 ret = Z_DATA_ERROR;
[all...]
H A Dfitblk.c107 assert(ret != Z_STREAM_ERROR && ret != Z_DATA_ERROR &&
H A Dgzjoin.c332 case Z_DATA_ERROR:
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Duncompr.c24 buffer, or Z_DATA_ERROR if the input data was corrupted.
54 return Z_DATA_ERROR;
H A Dgzio.c282 to Z_DATA_ERROR if the magic header is present but the rest of the header
326 s->z_err = Z_DATA_ERROR;
348 s->z_err = s->z_eof ? Z_DATA_ERROR : Z_OK;
405 if (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO) return -1;
474 s->z_err = Z_DATA_ERROR;
493 (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO))
775 s->z_err == Z_ERRNO || s->z_err == Z_DATA_ERROR) {
944 if (c == EOF) s->z_err = Z_DATA_ERROR;
H A Dzlib.h175 #define Z_DATA_ERROR (-3) macro
335 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
449 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
456 continue decompressing. If Z_DATA_ERROR is returned, the application may then
708 Z_DATA_ERROR instead of trying to allocate a larger window.
725 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is
752 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
765 if no more input was provided, Z_DATA_ERROR if no flush point has been found,
938 if in() or out() returned an error, Z_DATA_ERROR if there was a format
1062 buffer, or Z_DATA_ERROR i
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/
H A Dfile_manager.cpp101 if (_z_err == Z_DATA_ERROR || _z_err == Z_ERRNO) {
154 _z_err = Z_DATA_ERROR;
302 _z_err = Z_DATA_ERROR;
343 _z_err = Z_DATA_ERROR;
370 _z_err = _z_eof ? Z_DATA_ERROR : Z_OK;
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/stand/gzboot/
H A Dgzboot.c187 if (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO)
215 s->z_err = Z_DATA_ERROR;
219 s->z_err = Z_DATA_ERROR;
281 s->z_err = Z_DATA_ERROR;
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/libtos/
H A Dcread.c151 s->z_err = Z_DATA_ERROR;
191 s->z_err = Z_DATA_ERROR;
218 s->z_err = s->z_eof ? Z_DATA_ERROR : Z_OK;
283 if (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO)
343 s->z_err = Z_DATA_ERROR;
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dcread.c179 s->z_err = Z_DATA_ERROR;
219 s->z_err = Z_DATA_ERROR;
249 s->z_err = s->z_eof ? Z_DATA_ERROR : Z_OK;
326 if (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO)
386 s->z_err = Z_DATA_ERROR;
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.c1204 return status == BUSY_STATE ? Z_DATA_ERROR : Z_OK;
3576 if (r == Z_DATA_ERROR)
3622 return Z_DATA_ERROR;
3632 return Z_DATA_ERROR;
3646 if (adler32(1L, dictionary, dictLength) != z->adler) return Z_DATA_ERROR;
3672 return Z_DATA_ERROR;
3719 return Z_DATA_ERROR;
4118 r = Z_DATA_ERROR;
4128 r = Z_DATA_ERROR;
4161 r = Z_DATA_ERROR;
[all...]
H A Dzlib.h431 #define Z_DATA_ERROR (-3) macro
587 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
651 block; if not, it returns Z_DATA_ERROR.
676 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
681 enough room in the output buffer when Z_FINISH is used. In the Z_DATA_ERROR
851 input, inflate() will return with the error code Z_DATA_ERROR instead of
873 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
886 if no more input was provided, Z_DATA_ERROR if no flush point has been found,
957 buffer, or Z_DATA_ERROR if the input data was corrupted.
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/zmod/
H A Dzlib.h177 #define Z_DATA_ERROR (-3) macro
337 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
451 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
458 continue decompressing. If Z_DATA_ERROR is returned, the application may then
710 Z_DATA_ERROR instead of trying to allocate a larger window.
727 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is
754 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
767 if no more input was provided, Z_DATA_ERROR if no flush point has been found,
940 if in() or out() returned an error, Z_DATA_ERROR if there was a format
1064 buffer, or Z_DATA_ERROR i
[all...]

Completed in 126 milliseconds

12