Home | History | Annotate | Download | only in spdy

Lines Matching refs:prefix_length_

18       prefix_length_(prefix_length),
22 return prefix_length_ + suffix_length_;
29 if (prefix_length_ >= count) {
33 prefix_length_ -= count;
35 } else if (prefix_length_ != 0) {
37 out = std::copy(prefix_, prefix_ + prefix_length_, out);
38 count -= prefix_length_;
39 prefix_length_ = 0;
58 if (prefix_length_ >= count) {
62 prefix_length_ -= count;
64 } else if (prefix_length_ != 0) {