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

/external/freetype/src/gzip/
H A Dzlib.h139 #define Z_BUF_ERROR (-5) macro
270 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
371 enough memory, Z_BUF_ERROR if no progress is possible or if there was not
512 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR
560 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
599 enough memory, Z_BUF_ERROR if there was not enough room in the output
611 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
627 enough memory, Z_BUF_ERROR if there was not enough room in the output
/external/zlib/src/
H A Dzlib.h180 #define Z_BUF_ERROR (-5) macro
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
347 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
499 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
500 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
677 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR if
740 deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough
868 Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
1087 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
1091 In the case of Z_BUF_ERROR, a
[all...]
/external/zlib/
H A Dzlib.h180 #define Z_BUF_ERROR (-5) macro
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
347 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
499 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
500 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
677 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR if
740 deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough
868 Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
1087 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
1091 In the case of Z_BUF_ERROR, a
[all...]
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h245 #define Z_BUF_ERROR (-5) macro
411 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
412 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
564 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
565 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
742 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR if
805 deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough
933 Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
1152 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
1156 In the case of Z_BUF_ERROR, a
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h249 #define Z_BUF_ERROR (-5) macro
415 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
416 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
568 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
569 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
746 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR if
809 deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough
937 Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
1156 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
1160 In the case of Z_BUF_ERROR, a
[all...]

Completed in 298 milliseconds