Home
last modified time | relevance | path

Searched refs:gz_comp (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/common/dist/zlib/
Dgzwrite.c65 local int gz_comp(gz_statep state, int flush) { in gz_comp() function
151 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) in gz_zero()
166 if (gz_comp(state, Z_NO_FLUSH) == -1) in gz_zero()
211 if (len && gz_comp(state, Z_NO_FLUSH) == -1) in gz_write()
217 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1) in gz_write()
228 if (gz_comp(state, Z_NO_FLUSH) == -1) in gz_write()
423 if (gz_comp(state, Z_NO_FLUSH) == -1) in gzvprintf()
518 if (gz_comp(state, Z_NO_FLUSH) == -1) in gzprintf()
554 (void)gz_comp(state, flush); in gzflush()
587 if (strm->avail_in && gz_comp(state, Z_BLOCK) == -1) in gzsetparams()
[all …]
DChangeLog550 - Fix signed/unsigned comparison in gz_comp()