gzwrite.c | 65 local int gz_comp(gz_statep state, int flush) { function in typeref:typename:local int 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) [all...] |