Searched refs:Z_DATA_ERROR (Results 1 - 8 of 8) sorted by relevance
/ast/src/lib/libz/ |
H A D | uncompr.c | 24 buffer, or Z_DATA_ERROR if the input data was corrupted. 54 return Z_DATA_ERROR;
|
H A D | gzio.c | 351 to Z_DATA_ERROR if the magic header is present but the rest of the header 411 s->z_err = Z_DATA_ERROR; 434 s->z_err = s->z_eof ? Z_DATA_ERROR : Z_OK; 495 if (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO) return -1; 571 s->z_err = Z_DATA_ERROR; 600 (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO)) 920 s->z_err == Z_ERRNO || s->z_err == Z_DATA_ERROR) { 1104 if (c == EOF) s->z_err = Z_DATA_ERROR; 1207 if (s == NULL || s->z_err == Z_ERRNO || s->z_err == Z_DATA_ERROR || s->fatal)
|
H A D | inflate.c | 1118 ret = Z_DATA_ERROR; 1188 return Z_DATA_ERROR; 1297 if (state->have != 4) return Z_DATA_ERROR;
|
H A D | zlib.h | 175 #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...] |
H A D | example.c | 412 if (err != Z_DATA_ERROR) {
|
H A D | infback.c | 216 and provides information on the unused input on return. For Z_DATA_ERROR 236 returns Z_STREAM_END on success, Z_DATA_ERROR for an deflate format 599 ret = Z_DATA_ERROR;
|
H A D | deflate.c | 886 return status == BUSY_STATE ? Z_DATA_ERROR : Z_OK;
|
/ast/src/cmd/INIT/ |
H A D | ratz.c | 543 #define Z_DATA_ERROR (-3) macro 3337 ret = Z_DATA_ERROR; 3407 return Z_DATA_ERROR; 3518 if (state->have != 4) return Z_DATA_ERROR; 3848 to Z_DATA_ERROR if the magic header is present but the rest of the header 3908 s->z_err = Z_DATA_ERROR; 3930 s->z_err = s->z_eof ? Z_DATA_ERROR : Z_OK; 3991 if (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO) return -1; 4067 s->z_err = Z_DATA_ERROR; 4096 (s->z_err == Z_DATA_ERROR || [all...] |
Completed in 40 milliseconds