| /f-stack/freebsd/contrib/zlib/ |
| H A D | gzread.c | 44 gz_error(state, Z_ERRNO, zstrerror()); 107 gz_error(state, Z_MEM_ERROR, "out of memory"); 122 gz_error(state, Z_MEM_ERROR, "out of memory"); 192 gz_error(state, Z_BUF_ERROR, "unexpected end of file"); 199 gz_error(state, Z_STREAM_ERROR, 204 gz_error(state, Z_MEM_ERROR, "out of memory"); 208 gz_error(state, Z_DATA_ERROR, 398 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int"); 436 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t"); 525 gz_error(state, Z_DATA_ERROR, "out of room to push characters"); [all …]
|
| H A D | gzwrite.c | 29 gz_error(state, Z_MEM_ERROR, "out of memory"); 39 gz_error(state, Z_MEM_ERROR, "out of memory"); 52 gz_error(state, Z_MEM_ERROR, "out of memory"); 94 gz_error(state, Z_ERRNO, zstrerror()); 115 gz_error(state, Z_ERRNO, zstrerror()); 131 gz_error(state, Z_STREAM_ERROR, 268 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int"); 298 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t"); 662 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 | zlib.map | 17 gz_error;
|
| H A D | gzguts.h | 205 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
|
| H A D | zconf.h | 68 # define gz_error z_gz_error macro
|
| H A D | zconf.h.in | 62 # define gz_error z_gz_error macro
|
| H A D | ChangeLog | 479 - Make compilers happier with const char * for gz_error message
|
| /f-stack/freebsd/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 *));
|