zerror_ 73 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc zerror_ = inflateEnd(&zcontext_); zerror_ 88 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc if ((zerror_ == Z_OK) && (zcontext_.avail_out == 0)) { zerror_ 124 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc bool ok = (zerror_ == Z_OK) || (zerror_ == Z_STREAM_END) zerror_ 125 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc || (zerror_ == Z_BUF_ERROR); zerror_ 133 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc if (zerror_ == Z_STREAM_END) { zerror_ 136 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc zerror_ = inflateEnd(&zcontext_); zerror_ 137 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc if (zerror_ != Z_OK) { zerror_ 140 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc zerror_ = internalInflateInit2(&zcontext_, format_); zerror_ 141 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc if (zerror_ != Z_OK) { zerror_ 150 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc zerror_ = Inflate(Z_NO_FLUSH); zerror_ 151 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc if ((zerror_ == Z_STREAM_END) && (zcontext_.next_out == NULL)) { zerror_ 155 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc ok = (zerror_ == Z_OK) || (zerror_ == Z_STREAM_END) zerror_ 156 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc || (zerror_ == Z_BUF_ERROR); zerror_ 227 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc zerror_ = deflateInit2( zerror_ 272 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc if ((zerror_ != Z_OK) && (zerror_ != Z_BUF_ERROR)) { zerror_ 276 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc zerror_ = Deflate(Z_NO_FLUSH); zerror_ 277 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc if (zerror_ != Z_OK) { zerror_ 302 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc zerror_ = Deflate(Z_FULL_FLUSH); zerror_ 304 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc return (zerror_ == Z_OK) || zerror_ 305 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc (zerror_ == Z_BUF_ERROR && zcontext_.avail_in == 0 && zerror_ 310 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc if ((zerror_ != Z_OK) && (zerror_ != Z_BUF_ERROR)) { zerror_ 314 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc zerror_ = Deflate(Z_FINISH); zerror_ 315 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc } while (zerror_ == Z_OK); zerror_ 316 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc zerror_ = deflateEnd(&zcontext_); zerror_ 317 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc bool ok = zerror_ == Z_OK; zerror_ 318 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc zerror_ = Z_STREAM_END; zerror_ 82 third_party/protobuf/src/google/protobuf/io/gzip_stream.h return zerror_; zerror_ 97 third_party/protobuf/src/google/protobuf/io/gzip_stream.h int zerror_; zerror_ 155 third_party/protobuf/src/google/protobuf/io/gzip_stream.h return zerror_; zerror_ 190 third_party/protobuf/src/google/protobuf/io/gzip_stream.h int zerror_;