Lines Matching refs:gz_comp
10 local int gz_comp OF((gz_statep, int));
59 local int gz_comp(state, flush)
120 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
135 if (gz_comp(state, Z_NO_FLUSH) == -1)
199 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
205 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
212 if (gz_comp(state, Z_NO_FLUSH) == -1)
310 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
385 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
453 gz_comp(state, flush);
490 if (strm->avail_in && gz_comp(state, Z_PARTIAL_FLUSH) == -1)
522 ret += gz_comp(state, Z_FINISH);