Lines Matching refs:gz_comp
10 local int gz_comp OF((gz_statep, int));
70 local int gz_comp(state, flush)
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(state, flush);
529 if (strm->avail_in && gz_comp(state, Z_PARTIAL_FLUSH) == -1)
562 if (gz_comp(state, Z_FINISH) == -1)