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

/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc52 zcontext_.zalloc = Z_NULL;
53 zcontext_.zfree = Z_NULL;
54 zcontext_.opaque = Z_NULL;
55 zcontext_.total_out = 0;
56 zcontext_.next_in = NULL;
57 zcontext_.avail_in = 0;
58 zcontext_.total_in = 0;
59 zcontext_.msg = NULL;
67 zcontext_.next_out = static_cast<Bytef*>(output_buffer_);
68 zcontext_
[all...]
H A Dgzip_stream.h78 return zcontext_.msg;
95 z_stream zcontext_; member in class:google::protobuf::io::GzipInputStream
157 return zcontext_.msg;
187 z_stream zcontext_; member in class:google::protobuf::io::GzipOutputStream

Completed in 103 milliseconds