Searched refs:zerror_ (Results 1 – 3 of 3) sorted by relevance
51 : format_(format), sub_stream_(sub_stream), zerror_(Z_OK), byte_count_(0) { in GzipInputStream()74 zerror_ = inflateEnd(&zcontext_); in ~GzipInputStream()95 if ((zerror_ == Z_OK) && (zcontext_.avail_out == 0)) { in Inflate()131 bool ok = (zerror_ == Z_OK) || (zerror_ == Z_STREAM_END) || in Next()132 (zerror_ == Z_BUF_ERROR); in Next()140 if (zerror_ == Z_STREAM_END) { in Next()143 zerror_ = inflateEnd(&zcontext_); in Next()145 if (zerror_ != Z_OK) { in Next()148 zerror_ = internalInflateInit2(&zcontext_, format_); in Next()149 if (zerror_ != Z_OK) { in Next()[all …]
79 inline int ZlibErrorCode() const { return zerror_; } in ZlibErrorCode()93 int zerror_; variable146 inline int ZlibErrorCode() const { return zerror_; } in ZlibErrorCode()180 int zerror_; variable
102 inline int ZlibErrorCode() const { return zerror_; }113 int zerror_;125 inline int ZlibErrorCode() const { return zerror_; }136 int zerror_;