HomeSort by relevance Sort by last modified time
    Searched defs:current_header_id (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/
quic_spdy_decompressor.h 41 QuicHeaderId current_header_id() { return current_header_id_; } function in class:net::QuicSpdyDecompressor
quic_data_stream.cc 147 QuicHeaderId current_header_id = local
148 session()->decompressor()->current_header_id();
150 if (headers_id_ < current_header_id ||
151 headers_id_ > kMaxHeaderIdDelta + current_header_id) {
155 << " current_header_id: " << current_header_id; local
161 if (current_header_id != headers_id_) {
190 session()->decompressor()->current_header_id() != headers_id_;
241 session()->decompressor()->current_header_id());
263 session()->decompressor()->current_header_id() != headers_id_
    [all...]

Completed in 27 milliseconds