Searched defs:Z_BUF_ERROR (Results 1 - 6 of 6) sorted by relevance
/external/freetype/src/gzip/ |
H A D | zlib.h | 139 #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/python/cpython2/Modules/zlib/ |
H A D | zlib.h | 180 #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/syslinux/com32/include/ |
H A D | zlib.h | 180 #define Z_BUF_ERROR (-5) macro 345 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible 346 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not 490 Z_BUF_ERROR if no progress is possible or if there was not enough room in the 491 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and 663 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR if 812 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR 1030 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR 1034 In the case of Z_BUF_ERROR, an input or output error can be distinguished 1036 strm->next_in is not Z_NULL, then the Z_BUF_ERROR wa [all...] |
/external/zlib/src/ |
H A D | zlib.h | 180 #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 D | zlib.h | 180 #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/third_party/zlib_v128/ |
H A D | zlib.h | 249 #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 2462 milliseconds