| /src/sys/contrib/zlib/ |
| H A D | gzread.c | 42 gz_error(state, Z_ERRNO, zstrerror()); in gz_load() 105 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_look() 120 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_look() 196 gz_error(state, Z_BUF_ERROR, "unexpected end of file"); in gz_decomp() 206 gz_error(state, Z_STREAM_ERROR, in gz_decomp() 211 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_decomp() 222 gz_error(state, Z_DATA_ERROR, in gz_decomp() 273 gz_error(state, Z_STREAM_ERROR, "state corrupt"); in gz_fetch() 410 gz_error(state, Z_OK, NULL); in gzread() 415 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int"); in gzread() [all …]
|
| H A D | gzwrite.c | 19 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init() 29 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init() 42 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init() 85 gz_error(state, Z_ERRNO, zstrerror()); in gz_comp() 120 gz_error(state, Z_ERRNO, zstrerror()); in gz_comp() 136 gz_error(state, Z_STREAM_ERROR, in gz_comp() 267 gz_error(state, Z_OK, NULL); in gzwrite() 272 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int"); in gzwrite() 294 gz_error(state, Z_OK, NULL); in gzfwrite() 299 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t"); in gzfwrite() [all …]
|
| H A D | gzlib.c | 83 gz_error(state, Z_OK, NULL); /* clear error */ in gz_reset() 407 gz_error(state, Z_OK, NULL); in gzseek64() 548 gz_error(state, Z_OK, NULL); in gzclearerr() 557 void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg) { in gz_error() function
|
| H A D | zlib.map | 17 gz_error;
|
| H A D | gzguts.h | 207 void ZLIB_INTERNAL gz_error(gz_statep, int, const char *);
|
| H A D | zconf.h | 89 # define gz_error z_gz_error macro
|
| H A D | zconf.h.in | 70 # define gz_error z_gz_error macro
|
| H A D | ChangeLog | 633 - Make compilers happier with const char * for gz_error message
|
| /src/sys/contrib/zstd/zlibWrapper/ |
| H A D | gzread.c | 52 gz_error(state, Z_ERRNO, zstrerror()); 115 gz_error(state, Z_MEM_ERROR, "out of memory"); 130 gz_error(state, Z_MEM_ERROR, "out of memory"); 201 gz_error(state, Z_BUF_ERROR, "unexpected end of file"); 208 gz_error(state, Z_STREAM_ERROR, 213 gz_error(state, Z_MEM_ERROR, "out of memory"); 217 gz_error(state, Z_DATA_ERROR, 407 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int"); 445 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t"); 546 gz_error(state, Z_DATA_ERROR, "out of room to push characters"); [all …]
|
| H A D | gzwrite.c | 31 gz_error(state, Z_MEM_ERROR, "out of memory"); 41 gz_error(state, Z_MEM_ERROR, "out of memory"); 54 gz_error(state, Z_MEM_ERROR, "out of memory"); 96 gz_error(state, Z_ERRNO, zstrerror()); 117 gz_error(state, Z_ERRNO, zstrerror()); 133 gz_error(state, Z_STREAM_ERROR, 270 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int"); 301 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t"); 665 gz_error(state, Z_OK, NULL);
|
| H A D | gzlib.c | 88 gz_error(state, Z_OK, NULL); /* clear error */ 410 gz_error(state, Z_OK, NULL); 573 gz_error(state, Z_OK, NULL); 582 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error() function
|
| H A D | gzguts.h | 216 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
|