Searched refs:RST_STREAM_PROTOCOL_ERROR (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_protocol.cc345 SerializeRstStreamStatus(version, RST_STREAM_PROTOCOL_ERROR)) {
360 SerializeRstStreamStatus(version, RST_STREAM_PROTOCOL_ERROR)) {
395 return RST_STREAM_PROTOCOL_ERROR;
422 return RST_STREAM_PROTOCOL_ERROR;
444 return RST_STREAM_PROTOCOL_ERROR;
454 case RST_STREAM_PROTOCOL_ERROR:
484 case RST_STREAM_PROTOCOL_ERROR:
H A Dspdy_stream.cc353 stream_id_, RST_STREAM_PROTOCOL_ERROR,
401 session_->ResetStream(stream_id_, RST_STREAM_PROTOCOL_ERROR,
411 session_->ResetStream(stream_id_, RST_STREAM_PROTOCOL_ERROR,
443 stream_id_, RST_STREAM_PROTOCOL_ERROR,
449 stream_id_, RST_STREAM_PROTOCOL_ERROR,
846 session_->ResetStream(stream_id_, RST_STREAM_PROTOCOL_ERROR,
855 session_->ResetStream(stream_id_, RST_STREAM_PROTOCOL_ERROR,
863 session_->ResetStream(stream_id_, RST_STREAM_PROTOCOL_ERROR,
887 session_->ResetStream(stream_id_, RST_STREAM_PROTOCOL_ERROR,
H A Dspdy_session.cc372 case RST_STREAM_PROTOCOL_ERROR:
1996 stream_id, IDLE, RST_STREAM_PROTOCOL_ERROR, description);
2000 ResetStreamIterator(it, RST_STREAM_PROTOCOL_ERROR, description);
2077 ResetStreamIterator(it, RST_STREAM_PROTOCOL_ERROR, error);
2312 ResetStreamIterator(it, RST_STREAM_PROTOCOL_ERROR, error);
2319 ResetStreamIterator(it, RST_STREAM_PROTOCOL_ERROR, error);
2361 ResetStreamIterator(it, RST_STREAM_PROTOCOL_ERROR, error);
2610 RST_STREAM_PROTOCOL_ERROR,
2662 RST_STREAM_PROTOCOL_ERROR,
H A Dspdy_stream_unittest.cc456 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_PROTOCOL_ERROR));
514 spdy_util_.ConstructSpdyRstStream(2, RST_STREAM_PROTOCOL_ERROR));
589 spdy_util_.ConstructSpdyRstStream(2, RST_STREAM_PROTOCOL_ERROR));
669 spdy_util_.ConstructSpdyRstStream(2, RST_STREAM_PROTOCOL_ERROR));
H A Dspdy_network_transaction_unittest.cc2124 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_PROTOCOL_ERROR));
2171 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_PROTOCOL_ERROR));
2207 spdy_util_.ConstructSpdyRstStream(2, RST_STREAM_PROTOCOL_ERROR));
2785 spdy_util_.ConstructSpdyRstStream(2, RST_STREAM_PROTOCOL_ERROR));
2836 spdy_util_.ConstructSpdyRstStream(4, RST_STREAM_PROTOCOL_ERROR));
3140 spdy_util_.ConstructSpdyRstStream(2, RST_STREAM_PROTOCOL_ERROR));
3462 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_PROTOCOL_ERROR));
3518 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_PROTOCOL_ERROR));
5484 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_PROTOCOL_ERROR));
5524 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_PROTOCOL_ERROR));
[all...]
H A Dspdy_protocol.h381 RST_STREAM_PROTOCOL_ERROR = 1, enumerator in enum:net::SpdyRstStreamStatus
H A Dspdy_framer_test.cc2319 SpdyRstStreamIR rst_stream(1, RST_STREAM_PROTOCOL_ERROR, "RST");
2343 RST_STREAM_PROTOCOL_ERROR,
4408 SpdyFramer::StatusCodeToString(RST_STREAM_PROTOCOL_ERROR));
H A Dspdy_framer.cc449 case RST_STREAM_PROTOCOL_ERROR:
H A Dspdy_session_unittest.cc5019 MapRstStreamStatusToProtocolError(RST_STREAM_PROTOCOL_ERROR));
/external/chromium_org/net/quic/
H A Dquic_headers_stream_test.cc259 SpdyRstStreamIR data(2, RST_STREAM_PROTOCOL_ERROR, "");

Completed in 1363 milliseconds