Home
last modified time | relevance | path

Searched refs:Z_ERRNO (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib.h148 #define Z_ERRNO (-1) macro
/dragonfly/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib.h148 #define Z_ERRNO (-1) macro
/dragonfly/sbin/hammer2/zlib/
H A Dhammer2_zlib.h148 #define Z_ERRNO (-1) macro
/dragonfly/contrib/zlib-1.2/
H A Dgzwrite.c91 gz_error(state, Z_ERRNO, zstrerror());
112 gz_error(state, Z_ERRNO, zstrerror());
662 ret = Z_ERRNO;
H A Dgzread.c41 gz_error(state, Z_ERRNO, zstrerror());
653 return ret ? Z_ERRNO : err;
H A Dzlib.h180 #define Z_ERRNO (-1) macro
H A DChangeLog462 - Return Z_ERRNO from gzclose_r() if close() fails
/dragonfly/contrib/mdocml/
H A Dread.c519 curp->gzip && gzerrnum != Z_ERRNO ? in read_whole_file()
528 gzerrnum == Z_ERRNO ? strerror(errno) : in read_whole_file()
/dragonfly/sys/net/
H A Dzlib.h343 #define Z_ERRNO (-1) macro
/dragonfly/contrib/cvs-1.12/src/
H A Dzlib.c83 zstatus == Z_ERRNO ? hold_errno : 0, in compress_error()