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

/external/kernel-headers/original/linux/
H A Dzlib.h155 #define Z_BUF_ERROR (-5) macro
285 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
422 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
423 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
583 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR
659 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
/external/chromium/sdch/open-vcdiff/src/
H A Dzlib.h177 #define Z_BUF_ERROR (-5) macro
321 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
322 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
453 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
454 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
623 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR
764 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
937 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
941 initialized. In the case of Z_BUF_ERROR, an input or output error can be
943 an error. If strm->next is not Z_NULL, then the Z_BUF_ERROR wa
[all...]
/external/open-vcdiff/src/zlib/
H A Dzlib.h177 #define Z_BUF_ERROR (-5) macro
321 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
322 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
453 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
454 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
623 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR
764 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
937 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
941 initialized. In the case of Z_BUF_ERROR, an input or output error can be
943 an error. If strm->next is not Z_NULL, then the Z_BUF_ERROR wa
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A Dzlib.h177 #define Z_BUF_ERROR (-5) macro
321 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
322 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
453 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
454 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
623 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR
764 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
937 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
941 initialized. In the case of Z_BUF_ERROR, an input or output error can be
943 an error. If strm->next is not Z_NULL, then the Z_BUF_ERROR wa
[all...]
/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
853 Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
1070 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
1074 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
853 Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
1070 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
1074 In the case of Z_BUF_ERROR, a
[all...]

Completed in 149 milliseconds