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

/haiku-buildtools/gcc/zlib/
H A Dgzwrite.c10 local int gz_comp OF((gz_statep, int));
70 local int gz_comp(state, flush) function
142 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
157 if (gz_comp(state, Z_NO_FLUSH) == -1)
221 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
227 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
234 if (gz_comp(state, Z_NO_FLUSH) == -1)
332 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
411 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
480 gz_comp(stat
[all...]
/haiku-buildtools/binutils/zlib/
H A Dgzwrite.c10 local int gz_comp OF((gz_statep, int));
70 local int gz_comp(state, flush) function
142 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
157 if (gz_comp(state, Z_NO_FLUSH) == -1)
223 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
229 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
236 if (gz_comp(state, Z_NO_FLUSH) == -1)
338 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
423 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
492 gz_comp(stat
[all...]

Completed in 80 milliseconds