z_stream          241 chrome/browser/media/webrtc_log_uploader.cc   z_stream stream = {0};
z_stream          283 chrome/browser/media/webrtc_log_uploader.cc                                             z_stream* stream) {
z_stream           28 chrome/browser/media/webrtc_log_uploader.h typedef struct z_stream_s z_stream;
z_stream          113 chrome/browser/media/webrtc_log_uploader.h                            z_stream* stream);
z_stream           33 chrome/browser/metrics/compression_utils.cc     z_stream stream;
z_stream           55 chrome/browser/metrics/compression_utils.cc                             sizeof(z_stream));
z_stream          209 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 	z_stream stream;
z_stream          107 media/cast/logging/log_deserializer.cc   z_stream stream = {0};
z_stream          106 media/cast/logging/log_serializer.cc   z_stream stream = {0};
z_stream           24 net/cert/crl_set.cc   z_stream z;
z_stream           33 net/filter/gzip_filter.cc   zlib_stream_.reset(new z_stream);
z_stream           36 net/filter/gzip_filter.cc   memset(zlib_stream_.get(), 0, sizeof(z_stream));
z_stream           22 net/filter/gzip_filter.h typedef struct z_stream_s z_stream;
z_stream          135 net/filter/gzip_filter.h   scoped_ptr<z_stream> zlib_stream_;
z_stream          109 net/filter/gzip_filter_unittest.cc     z_stream zlib_stream;
z_stream          758 net/filter/sdch_filter_unittest.cc   z_stream zlib_stream;
z_stream          427 net/quic/crypto/cert_compressor.cc   void reset(z_stream* z) {
z_stream          450 net/quic/crypto/cert_compressor.cc   z_stream* z_;
z_stream          474 net/quic/crypto/cert_compressor.cc   z_stream z;
z_stream          586 net/quic/crypto/cert_compressor.cc     z_stream z;
z_stream         1110 net/spdy/spdy_framer.cc                    z_stream* out) {
z_stream         1144 net/spdy/spdy_framer.cc                          z_stream* out) {
z_stream         1158 net/spdy/spdy_framer.cc                                      z_stream* z) const {
z_stream         2599 net/spdy/spdy_framer.cc   z_stream* compressor = GetHeaderCompressor();
z_stream         2619 net/spdy/spdy_framer.cc z_stream* SpdyFramer::GetHeaderCompressor() {
z_stream         2623 net/spdy/spdy_framer.cc   header_compressor_.reset(new z_stream);
z_stream         2624 net/spdy/spdy_framer.cc   memset(header_compressor_.get(), 0, sizeof(z_stream));
z_stream         2649 net/spdy/spdy_framer.cc z_stream* SpdyFramer::GetHeaderDecompressor() {
z_stream         2653 net/spdy/spdy_framer.cc   header_decompressor_.reset(new z_stream);
z_stream         2654 net/spdy/spdy_framer.cc   memset(header_decompressor_.get(), 0, sizeof(z_stream));
z_stream         2674 net/spdy/spdy_framer.cc   z_stream* decomp = GetHeaderDecompressor();
z_stream         2797 net/spdy/spdy_framer.cc   z_stream* compressor = GetHeaderCompressor();
z_stream           26 net/spdy/spdy_framer.h typedef struct z_stream_s z_stream;  // Forward declaration for zlib.
z_stream          576 net/spdy/spdy_framer.h   z_stream* GetHeaderCompressor();
z_stream          577 net/spdy/spdy_framer.h   z_stream* GetHeaderDecompressor();
z_stream          597 net/spdy/spdy_framer.h                            z_stream* out) const;
z_stream          678 net/spdy/spdy_framer.h   scoped_ptr<z_stream> header_compressor_;
z_stream          679 net/spdy/spdy_framer.h   scoped_ptr<z_stream> header_decompressor_;
z_stream         1477 net/third_party/nss/ssl/ssl3con.c #define SSL3_DEFLATE_CONTEXT_SIZE sizeof(z_stream)
z_stream         1493 net/third_party/nss/ssl/ssl3con.c     z_stream *context = void_context;
z_stream         1504 net/third_party/nss/ssl/ssl3con.c     z_stream *context = void_context;
z_stream         1518 net/third_party/nss/ssl/ssl3con.c     z_stream *context = void_context;
z_stream         1547 net/third_party/nss/ssl/ssl3con.c     z_stream *context = void_context;
z_stream           30 net/websockets/websocket_deflater.cc   stream_.reset(new z_stream);
z_stream           50 net/websockets/websocket_inflater.cc   stream_.reset(new z_stream);
z_stream         1275 third_party/libpng/png.h    z_stream zstream PNG_DEPSTRUCT;          /* pointer to decompression structure (below) */
z_stream         1362 third_party/libpng/pngconf.h typedef z_stream FAR *  png_zstreamp;
z_stream          161 third_party/libxml/src/nanohttp.c     z_stream *strm;	/* Zlib stream object */
z_stream          815 third_party/libxml/src/nanohttp.c 	    ctxt->strm = xmlMalloc(sizeof(z_stream));
z_stream         1348 third_party/libxml/src/xmlIO.c    z_stream		zctrl;
z_stream         2524 third_party/libxml/src/xmlIO.c 	    if (((z_stream *)context)->avail_in > 4) {
z_stream         2526 third_party/libxml/src/xmlIO.c 		cptr = (char *) ((z_stream *)context)->next_in;
z_stream           77 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc     z_stream* zcontext, GzipInputStream::Format format) {
z_stream           96 third_party/protobuf/src/google/protobuf/io/gzip_stream.h   z_stream zcontext_;
z_stream          189 third_party/protobuf/src/google/protobuf/io/gzip_stream.h   z_stream zcontext_;
z_stream           29 third_party/zlib/compress.c     z_stream stream;
z_stream          137 third_party/zlib/contrib/minizip/unzip.c     z_stream stream;            /* zLib stream structure for inflate */
z_stream          132 third_party/zlib/contrib/minizip/zip.c     z_stream stream;            /* zLib stream structure for inflate */
z_stream          232 third_party/zlib/deflate.c         stream_size != sizeof(z_stream)) {
z_stream          972 third_party/zlib/deflate.c     zmemcpy(dest, source, sizeof(z_stream));
z_stream          114 third_party/zlib/gzguts.h     z_stream strm;          /* stream structure in-place (not a pointer) */
z_stream           38 third_party/zlib/infback.c         stream_size != (int)(sizeof(z_stream)))
z_stream          178 third_party/zlib/inflate.c         stream_size != (int)(sizeof(z_stream)))
z_stream         1436 third_party/zlib/inflate.c     zmemcpy(dest, source, sizeof(z_stream));
z_stream           30 third_party/zlib/uncompr.c     z_stream stream;
z_stream          107 third_party/zlib/zlib.h typedef z_stream FAR *z_streamp;
z_stream         1552 third_party/zlib/zlib.h         deflateInit_((strm), (level),       ZLIB_VERSION, sizeof(z_stream))
z_stream         1554 third_party/zlib/zlib.h         inflateInit_((strm),                ZLIB_VERSION, sizeof(z_stream))
z_stream         1557 third_party/zlib/zlib.h                       (strategy),           ZLIB_VERSION, sizeof(z_stream))
z_stream         1559 third_party/zlib/zlib.h         inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
z_stream         1562 third_party/zlib/zlib.h                                             ZLIB_VERSION, sizeof(z_stream))