Searched refs:ToHttp2ErrorCode (Results 1 – 3 of 3) sorted by relevance
106 ToHttp2ErrorCode(frame->rst_stream.error_code)); in OnFrameReceived()146 ToHttp2ErrorCode(frame->goaway.error_code), opaque_data); in OnFrameReceived()289 visitor->OnCloseStream(stream_id, ToHttp2ErrorCode(error_code)); in OnStreamClosed()
57 Http2ErrorCode ToHttp2ErrorCode(uint32_t wire_error_code);
119 Http2ErrorCode ToHttp2ErrorCode(uint32_t wire_error_code) { in ToHttp2ErrorCode() function