Searched refs:Z_ERRNO (Results 1 - 4 of 4) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dzip.h74 #define ZIP_ERRNO (Z_ERRNO)
H A Dgzwrite.c86 gz_error(state, Z_ERRNO, zstrerror());
103 gz_error(state, Z_ERRNO, zstrerror());
574 ret = Z_ERRNO;
H A Dgzread.c36 gz_error(state, Z_ERRNO, zstrerror());
593 return ret ? Z_ERRNO : err;
H A Dzlib.h176 #define Z_ERRNO (-1) macro
1519 gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a
1541 Z_ERRNO and the application may consult errno to get the exact error code.

Completed in 38 milliseconds