Lines Matching defs:gz_comp
10 local int gz_comp OF((gz_statep, int));
73 local int gz_comp(state, flush)
153 allocation failure by gz_comp(), or 0 on success. */
163 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
178 if (gz_comp(state, Z_NO_FLUSH) == -1)
227 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
233 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
244 if (gz_comp(state, Z_NO_FLUSH) == -1)
454 if (gz_comp(state, Z_NO_FLUSH) == -1)
553 if (gz_comp(state, Z_NO_FLUSH) == -1)
592 (void)gz_comp(state, flush);
629 if (strm->avail_in && gz_comp(state, Z_BLOCK) == -1)
662 if (gz_comp(state, Z_FINISH) == -1)