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

/forgerock/web-agents-v4/zlib/
H A Duncompr.c22 buffer, or Z_DATA_ERROR if the input data was corrupted.
52 return Z_DATA_ERROR;
H A Dgzread.c201 if (ret == Z_DATA_ERROR) { /* deflate stream invalid */
202 gz_error(state, Z_DATA_ERROR,
311 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
462 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
H A Dinflate.c1215 ret = Z_DATA_ERROR;
1311 return Z_DATA_ERROR;
1412 if (state->have != 4) return Z_DATA_ERROR;
1498 return Z_DATA_ERROR;
H A Dzlib.h178 #define Z_DATA_ERROR (-3) macro
360 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
495 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
502 continue decompressing. If Z_DATA_ERROR is returned, the application may
784 Z_DATA_ERROR instead of trying to allocate a larger window.
804 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is a
836 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
868 Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
1088 if in() or out() returned an error, Z_DATA_ERROR if there was a format error
1210 buffer, or Z_DATA_ERROR i
[all...]
H A Dgzwrite.c187 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
H A Dinfback.c225 and provides information on the unused input on return. For Z_DATA_ERROR
245 returns Z_STREAM_END on success, Z_DATA_ERROR for an deflate format
616 ret = Z_DATA_ERROR;
H A Ddeflate.c1006 return status == BUSY_STATE ? Z_DATA_ERROR : Z_OK;

Completed in 226 milliseconds