Searched refs:output_buffer_length_ (Results 1 – 2 of 2) sorted by relevance
61 output_buffer_length_ = kDefaultBufferSize; in GzipInputStream()63 output_buffer_length_ = buffer_size; in GzipInputStream()65 output_buffer_ = operator new(output_buffer_length_); in GzipInputStream()68 zcontext_.avail_out = output_buffer_length_; in GzipInputStream()106 zcontext_.avail_out = output_buffer_length_; in Inflate()
100 size_t output_buffer_length_; variable