Searched refs:zstrerror (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A D | gzguts.h | 129 # define zstrerror() gz_strwinerror((DWORD)GetLastError()) macro 133 # define zstrerror() strerror(errno) macro 135 # define zstrerror() "stdio error (consult errno)" macro
|
| H A D | gzwrite.c | 94 gz_error(state, Z_ERRNO, zstrerror()); 115 gz_error(state, Z_ERRNO, zstrerror());
|
| H A D | gzread.c | 44 gz_error(state, Z_ERRNO, zstrerror());
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzguts.h | 136 # define zstrerror() gz_strwinerror((DWORD)GetLastError()) macro 140 # define zstrerror() strerror(errno) macro 142 # define zstrerror() "stdio error (consult errno)" macro
|
| H A D | gzwrite.c | 96 gz_error(state, Z_ERRNO, zstrerror()); 117 gz_error(state, Z_ERRNO, zstrerror());
|
| H A D | gzread.c | 52 gz_error(state, Z_ERRNO, zstrerror());
|