Searched refs:output_buffer_length_ (Results 1 – 2 of 2) sorted by relevance
62 output_buffer_length_ = kDefaultBufferSize; in GzipInputStream()64 output_buffer_length_ = buffer_size; in GzipInputStream()66 output_buffer_ = operator new(output_buffer_length_); in GzipInputStream()69 zcontext_.avail_out = output_buffer_length_; in GzipInputStream()111 zcontext_.avail_out = output_buffer_length_; in Inflate()
100 size_t output_buffer_length_; variable