Lines Matching refs:len_index_
38 len_index_ = index_; in Insert()
49 memmove(&puff_buf_out_[len_index_ + 3], in Insert()
50 &puff_buf_out_[len_index_ + 1], cur_literals_length_); in Insert()
112 len_index_ = index_; in Insert()
133 len_index_ = index_; in Insert()
150 len_index_ = index_; in Insert()
167 TEST_AND_RETURN_FALSE(cur_literals_length_ == (index_ - len_index_ - 1)); in FlushLiterals()
169 puff_buf_out_[len_index_] = in FlushLiterals()
172 len_index_ = index_; in FlushLiterals()
178 TEST_AND_RETURN_FALSE(cur_literals_length_ == (index_ - len_index_ - 3)); in FlushLiterals()
180 puff_buf_out_[len_index_++] = kLiteralsHeader | 127; in FlushLiterals()
183 &puff_buf_out_[len_index_]); in FlushLiterals()
186 len_index_ = index_; in FlushLiterals()