Lines Matching defs:gz
25 bool gz:1;
75 if (!zstream->gz)
120 flush = zstream->ostream.corked || zstream->gz ?
152 i_assert(zstream->gz);
153 i_panic("zlib.write(%s) failed: Can't write more data to .gz after flushing",
192 flush = !zstream->gz ? Z_SYNC_FLUSH :
291 o_stream_create_zlib(struct ostream *output, int level, bool gz)
304 zstream->gz = gz;
305 if (!gz)