Lines Matching refs:gz_comp
68 local int gz_comp(gz_statep state, int flush)
146 allocation failure by gz_comp(), or 0 on success. */
154 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
169 if (gz_comp(state, Z_NO_FLUSH) == -1)
215 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
221 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
232 if (gz_comp(state, Z_NO_FLUSH) == -1)
428 if (gz_comp(state, Z_NO_FLUSH) == -1)
523 if (gz_comp(state, Z_NO_FLUSH) == -1)
559 (void)gz_comp(state, flush);
592 if (strm->avail_in && gz_comp(state, Z_BLOCK) == -1)
623 if (gz_comp(state, Z_FINISH) == -1)