OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fin_sent_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/quic/test_tools/
reliable_quic_stream_peer.cc
34
return stream->
fin_sent_
;
/external/chromium_org/net/quic/
reliable_quic_stream.h
89
void set_fin_sent(bool fin_sent) {
fin_sent_
= fin_sent; }
223
bool
fin_sent_
;
member in class:net::ReliableQuicStream
229
// In combination with
fin_sent_
, used to ensure that a FIN and/or a RST is
reliable_quic_stream.cc
151
fin_sent_
(false),
408
fin_sent_
= true;
457
if (!
fin_sent_
&& !rst_sent_) {
Completed in 51 milliseconds