Searched refs:puff_buf_out_ (Results 1 – 2 of 2) sorted by relevance
44 if (puff_buf_out_ != nullptr) { in Insert()49 memmove(&puff_buf_out_[len_index_ + 3], in Insert()50 &puff_buf_out_[len_index_ + 1], cur_literals_length_); in Insert()57 if (puff_buf_out_ != nullptr) { in Insert()61 puff_buf_out_[index_] = pd.byte; in Insert()63 TEST_AND_RETURN_FALSE(pd.read_fn(&puff_buf_out_[index_], length)); in Insert()86 if (puff_buf_out_ != nullptr) { in Insert()90 puff_buf_out_[index_++] = in Insert()96 if (puff_buf_out_ != nullptr) { in Insert()100 puff_buf_out_[index_++] = kLenDistHeader | 127; in Insert()[all …]
47 : puff_buf_out_(puff_buf), in BufferPuffWriter()65 uint8_t* puff_buf_out_; variable