Searched refs:gz_error (Results 1 – 9 of 9) sorted by relevance
/external/zlib/ |
D | gzread.c | 37 gz_error(state, Z_ERRNO, zstrerror()); 121 gz_error(state, Z_MEM_ERROR, "out of memory"); 136 gz_error(state, Z_MEM_ERROR, "out of memory"); 162 gz_error(state, Z_DATA_ERROR, "unknown compression method"); 167 gz_error(state, Z_DATA_ERROR, "unknown header flags set"); 248 gz_error(state, Z_DATA_ERROR, "unexpected end of file"); 255 gz_error(state, Z_STREAM_ERROR, 260 gz_error(state, Z_MEM_ERROR, "out of memory"); 264 gz_error(state, Z_DATA_ERROR, 278 gz_error(state, Z_DATA_ERROR, "unexpected end of file"); [all …]
|
D | gzwrite.c | 29 gz_error(state, Z_MEM_ERROR, "out of memory"); 41 gz_error(state, Z_MEM_ERROR, "out of memory"); 81 gz_error(state, Z_ERRNO, zstrerror()); 95 gz_error(state, Z_STREAM_ERROR, 166 gz_error(state, Z_BUF_ERROR, "requested length does not fit in int"); 526 gz_error(state, Z_OK, NULL);
|
D | gzlib.c | 81 gz_error(state, Z_OK, NULL); /* clear error */ 315 gz_error(state, Z_OK, NULL); 476 gz_error(state, Z_OK, NULL); 485 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error() function
|
D | zlib.map | 17 gz_error;
|
D | gzguts.h | 119 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
|
D | zconf.h | 50 # define gz_error z_gz_error macro
|
D | zconf.h.in | 50 # define gz_error z_gz_error macro
|
D | zconf.h.cmakein | 52 # define gz_error z_gz_error
|
D | ChangeLog | 172 - Make compilers happier with const char * for gz_error message
|