Searched refs:max_cache_size_ (Results 1 – 3 of 3) sorted by relevance
109 max_cache_size_(max_cache_size), in PuffinStream()137 if (max_cache_size_ < max_puff_length) { in PuffinStream()138 max_cache_size_ = 0; // It means we are not caching puffs. in PuffinStream()266 max_cache_size_ == 0 && (skip_bytes_ == 0) && in Read()270 if (max_cache_size_ == 0 || in Read()462 while (!caches_.empty() && cur_cache_size_ + puff_size > max_cache_size_) { in GetPuffCache()
161 size_t max_cache_size_; variable
55 max_cache_size_ = cache_size; in Init()62 if (c->Size() > max_cache_size_) in Put()80 uptr max_cache_size_; variable