Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dgzwrite.c13 local int gz_comp OF((gz_statep, int));
76 local int gz_comp(state, flush) in gz_comp() function
157 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
172 if (gz_comp(state, Z_NO_FLUSH) == -1)
221 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
238 if (gz_comp(state, Z_NO_FLUSH) == -1)
445 if (gz_comp(state, Z_NO_FLUSH) == -1) in gzvprintf()
544 if (gz_comp(state, Z_NO_FLUSH) == -1)
583 (void)gz_comp(state, flush);
620 if (strm->avail_in && gz_comp(state, Z_BLOCK) == -1)
[all …]
H A DChangeLog447 - Fix signed/unsigned comparison in gz_comp()
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzwrite.c15 local int gz_comp OF((gz_statep, int));
78 local int gz_comp(state, flush) in gz_comp() function
159 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
174 if (gz_comp(state, Z_NO_FLUSH) == -1)
223 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
240 if (gz_comp(state, Z_NO_FLUSH) == -1)
448 if (gz_comp(state, Z_NO_FLUSH) == -1) in gzvprintf()
547 if (gz_comp(state, Z_NO_FLUSH) == -1)
586 (void)gz_comp(state, flush);
623 if (strm->avail_in && gz_comp(state, Z_BLOCK) == -1)
[all …]