HomeSort by relevance Sort by last modified time
    Searched refs:highest_received_byte_offset (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/quic/
quic_flow_controller.h 73 uint64 highest_received_byte_offset() const { function in class:net::QuicFlowController
reliable_quic_stream.cc 471 uint64 bytes_to_consume = flow_controller_.highest_received_byte_offset() -
497 new_offset - flow_controller_.highest_received_byte_offset();
507 connection_flow_controller_->highest_received_byte_offset() +
quic_session.cc 430 stream->flow_controller()->highest_received_byte_offset();
449 flow_controller_->highest_received_byte_offset() + offset_diff)) {
quic_session_test.cc 838 stream->flow_controller()->highest_received_byte_offset());
    [all...]

Completed in 200 milliseconds