Searched refs:last_error_ (Results 1 - 5 of 5) sorted by relevance
/third_party/nghttp2/src/ |
H A D | shrpx_http3_upstream.cc | 130 ngtcp2_ccerr_default(&last_error_); variable 291 &last_error_, nghttp3_err_infer_quic_app_error_code(nconsumed), nullptr, in recv_stream_data() 337 &last_error_, nghttp3_err_infer_quic_app_error_code(rv), nullptr, 0); in stream_close() 827 &last_error_, nghttp3_err_infer_quic_app_error_code(sveccnt), in write_streams() 862 &last_error_, nghttp3_err_infer_quic_app_error_code(rv), nullptr, in write_streams() 874 ngtcp2_ccerr_set_liberr(&last_error_, nwrite, nullptr, 0); in write_streams() 883 &last_error_, nghttp3_err_infer_quic_app_error_code(rv), nullptr, in write_streams() 1530 if (retry_close_ || last_error_.type == NGTCP2_CCERR_TYPE_IDLE_CLOSE) { in on_handler_delete() 1811 ngtcp2_ccerr_set_transport_error(&last_error_, in on_read() 1834 if (!last_error_ in on_read() [all...] |
H A D | shrpx_http3_upstream.h | 168 ngtcp2_ccerr last_error_; member in shrpx::Http3Upstream
|
/third_party/gn/src/base/ |
H A D | logging.cc | 136 LogMessage::SaveLastError::SaveLastError() : last_error_(::GetLastError()) {} in SaveLastError() 139 ::SetLastError(last_error_); in ~SaveLastError()
|
H A D | logging.h | 790 unsigned long get_error() const { return last_error_; } in get_error() 793 unsigned long last_error_; member in logging::LogMessage::SaveLastError 796 SaveLastError last_error_; member in logging::LogMessage
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor_unittest.cc | 568 last_error_ = StringPrintf("%d:%d:", line, column) + message; in AddError() 571 const std::string& last_error() { return last_error_; } in last_error() 574 std::string last_error_; member in google::protobuf::descriptor_unittest::SimpleErrorCollector
|
Completed in 15 milliseconds