Home | History | Annotate | Download | only in zlib

Lines Matching defs:gz_comp

65 local int gz_comp(gz_statep state, int flush) {
144 allocation failure by gz_comp(), or 0 on success. */
151 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
166 if (gz_comp(state, Z_NO_FLUSH) == -1)
211 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
217 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
228 if (gz_comp(state, Z_NO_FLUSH) == -1)
423 if (gz_comp(state, Z_NO_FLUSH) == -1)
518 if (gz_comp(state, Z_NO_FLUSH) == -1)
554 (void)gz_comp(state, flush);
587 if (strm->avail_in && gz_comp(state, Z_BLOCK) == -1)
618 if (gz_comp(state, Z_FINISH) == -1)