Lines Matching refs:gz_comp
65 local int gz_comp(gz_statep state, int flush) {
142 allocation failure by gz_comp(), or 0 on success. */
149 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
164 if (gz_comp(state, Z_NO_FLUSH) == -1)
209 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
215 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
226 if (gz_comp(state, Z_NO_FLUSH) == -1)
421 if (gz_comp(state, Z_NO_FLUSH) == -1)
516 if (gz_comp(state, Z_NO_FLUSH) == -1)
552 (void)gz_comp(state, flush);
585 if (strm->avail_in && gz_comp(state, Z_BLOCK) == -1)
616 if (gz_comp(state, Z_FINISH) == -1)