Home
last modified time | relevance | path

Searched refs:zcontext_ (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dgzip_stream.cc52 zcontext_.state = Z_NULL; in GzipInputStream()
53 zcontext_.zalloc = Z_NULL; in GzipInputStream()
54 zcontext_.zfree = Z_NULL; in GzipInputStream()
55 zcontext_.opaque = Z_NULL; in GzipInputStream()
56 zcontext_.total_out = 0; in GzipInputStream()
57 zcontext_.next_in = NULL; in GzipInputStream()
58 zcontext_.avail_in = 0; in GzipInputStream()
59 zcontext_.total_in = 0; in GzipInputStream()
60 zcontext_.msg = NULL; in GzipInputStream()
68 zcontext_.next_out = static_cast<Bytef*>(output_buffer_); in GzipInputStream()
[all …]
Dgzip_stream.h78 return zcontext_.msg; in ZlibErrorMessage()
95 z_stream zcontext_; variable
152 return zcontext_.msg; in ZlibErrorMessage()
189 z_stream zcontext_; variable