Searched refs:zstrerror (Results 1 - 3 of 3) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dgzguts.h120 # define zstrerror() gz_strwinerror((DWORD)GetLastError()) macro
124 # define zstrerror() strerror(errno) macro
126 # define zstrerror() "stdio error (consult errno)" macro
H A Dgzwrite.c86 gz_error(state, Z_ERRNO, zstrerror());
103 gz_error(state, Z_ERRNO, zstrerror());
H A Dgzread.c36 gz_error(state, Z_ERRNO, zstrerror());

Completed in 30 milliseconds