deflate 263 chrome/browser/media/webrtc_log_uploader.cc result = deflate(&stream, Z_SYNC_FLUSH); deflate 274 chrome/browser/media/webrtc_log_uploader.cc result = deflate(&stream, Z_FINISH); deflate 63 chrome/browser/metrics/compression_utils.cc err = deflate(&stream, Z_FINISH); deflate 227 chrome/installer/mac/third_party/bsdiff/goobsdiff.c err = deflate(&stream, Z_FINISH); deflate 123 media/cast/logging/log_serializer.cc result = deflate(&stream, Z_FINISH); deflate 142 net/filter/gzip_filter_unittest.cc code = deflate(&zlib_stream, Z_FINISH); deflate 801 net/filter/sdch_filter_unittest.cc code = deflate(&zlib_stream, Z_FINISH); deflate 529 net/quic/crypto/cert_compressor.cc rv = deflate(&z, Z_NO_FLUSH); deflate 539 net/quic/crypto/cert_compressor.cc rv = deflate(&z, Z_NO_FLUSH); deflate 548 net/quic/crypto/cert_compressor.cc rv = deflate(&z, Z_FINISH); deflate 1118 net/spdy/spdy_framer.cc rv = deflate(out, Z_PARTIAL_FLUSH); deflate 1128 net/spdy/spdy_framer.cc rv = deflate(out, Z_NO_FLUSH); deflate 1130 net/spdy/spdy_framer.cc rv = deflate(out, Z_PARTIAL_FLUSH); deflate 1246 net/spdy/spdy_framer.cc int rv = deflate(z, Z_SYNC_FLUSH); deflate 2829 net/spdy/spdy_framer.cc int rv = deflate(compressor, Z_SYNC_FLUSH); deflate 1529 net/third_party/nss/ssl/ssl3con.c if (deflate(context, Z_SYNC_FLUSH) != Z_OK) { deflate 120 net/websockets/websocket_deflater.cc result = deflate(stream_.get(), flush); deflate 1001 third_party/libpng/pngwrite.c ret = deflate(&png_ptr->zstream, Z_SYNC_FLUSH); deflate 231 third_party/libpng/pngwutil.c ret = deflate(&png_ptr->zstream, Z_NO_FLUSH); deflate 287 third_party/libpng/pngwutil.c ret = deflate(&png_ptr->zstream, Z_FINISH); deflate 1934 third_party/libpng/pngwutil.c ret = deflate(&png_ptr->zstream, Z_FINISH); deflate 2788 third_party/libpng/pngwutil.c ret = deflate(&png_ptr->zstream, Z_NO_FLUSH); deflate 1570 third_party/libxml/src/xmlIO.c z_err = deflate( &buff->zctrl, Z_NO_FLUSH ); deflate 1611 third_party/libxml/src/xmlIO.c z_err = deflate( &buff->zctrl, Z_FINISH ); deflate 258 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc error = deflate(&zcontext_, flush); deflate 49 third_party/zlib/compress.c err = deflate(&stream, Z_FINISH); deflate 1472 third_party/zlib/contrib/minizip/zip.c err=deflate(&zi->ci.stream, Z_NO_FLUSH); deflate 1542 third_party/zlib/contrib/minizip/zip.c err=deflate(&zi->ci.stream, Z_FINISH); deflate 443 third_party/zlib/deflate.c err = deflate(strm, Z_BLOCK); deflate 93 third_party/zlib/gzwrite.c ret = deflate(strm, flush); deflate 251 third_party/zlib/zlib.h ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));