Searched refs:gzip_flush (Results 1 – 1 of 1) sorted by relevance
149 int gzip_flush; in grpc_stream_compress_gzip() local152 gzip_flush = 0; in grpc_stream_compress_gzip()155 gzip_flush = Z_SYNC_FLUSH; in grpc_stream_compress_gzip()158 gzip_flush = Z_FINISH; in grpc_stream_compress_gzip()161 gzip_flush = 0; in grpc_stream_compress_gzip()163 return gzip_flate(gzip_ctx, in, out, output_size, max_output_size, gzip_flush, in grpc_stream_compress_gzip()