Searched defs:Z_DATA_ERROR (Results 1 - 5 of 5) sorted by relevance

/external/freetype/src/gzip/
H A Dzlib.h137 #define Z_DATA_ERROR (-3) macro
281 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
367 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
372 enough room in the output buffer when Z_FINISH is used. In the Z_DATA_ERROR
528 input, inflate() will return with the error code Z_DATA_ERROR instead of
549 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
561 if no more input was provided, Z_DATA_ERROR if no flush point has been found,
628 buffer, or Z_DATA_ERROR if the input data was corrupted.
/external/zlib/src/
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...]
/external/zlib/
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...]
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h243 #define Z_DATA_ERROR (-3) macro
425 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
560 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
567 continue decompressing. If Z_DATA_ERROR is returned, the application may
849 Z_DATA_ERROR instead of trying to allocate a larger window.
869 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is a
901 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
933 Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
1153 if in() or out() returned an error, Z_DATA_ERROR if there was a format error
1275 buffer, or Z_DATA_ERROR i
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h247 #define Z_DATA_ERROR (-3) macro
429 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
564 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
571 continue decompressing. If Z_DATA_ERROR is returned, the application may
853 Z_DATA_ERROR instead of trying to allocate a larger window.
873 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is a
905 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
937 Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
1157 if in() or out() returned an error, Z_DATA_ERROR if there was a format error
1279 buffer, or Z_DATA_ERROR i
[all...]

Completed in 602 milliseconds