Home
last modified time | relevance | path

Searched defs:QuicResetStreamError (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
H A Dqpack_send_stream.cc23 bool QpackSendStream::OnStopSending(QuicResetStreamError /* code */) { in OnStopSending() argument
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_send_control_stream.cc38 bool QuicSendControlStream::OnStopSending(QuicResetStreamError /* code */) { in OnStopSending() argument
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dtls_chlo_extractor.h205 void ResetWithError(QuicResetStreamError /*error*/) override {} in ResetWithError() argument
H A Dquic_stream.cc149 void PendingStream::ResetWithError(QuicResetStreamError /*error*/) { in ResetWithError() argument
H A Dquic_error_codes.h683 QuicResetStreamError(QuicRstStreamErrorCode internal_code, in QuicResetStreamError() function