Searched refs:tcp_annotate_error (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | tcp_posix.cc | 761 static grpc_error_handle tcp_annotate_error(grpc_error_handle src_error, in tcp_annotate_error() function 1010 *error = tcp_annotate_error(absl::InternalError("Socket closed"), tcp); in tcp_do_read() 1013 tcp_annotate_error(absl::InternalError(absl::StrCat( in tcp_do_read() 1166 tcp_annotate_error(absl::InternalError("Socket closed"), tcp); in tcp_handle_read() 1670 *error = tcp_annotate_error(GRPC_OS_ERROR(saved_errno, "sendmsg"), tcp); in do_tcp_flush_zerocopy() 1674 *error = tcp_annotate_error(GRPC_OS_ERROR(saved_errno, "sendmsg"), tcp); in do_tcp_flush_zerocopy() 1784 *error = tcp_annotate_error(GRPC_OS_ERROR(saved_errno, "sendmsg"), tcp); in tcp_flush() 1789 *error = tcp_annotate_error(GRPC_OS_ERROR(saved_errno, "sendmsg"), tcp); in tcp_flush() 1891 ? tcp_annotate_error(GRPC_ERROR_CREATE("EOF"), tcp) in tcp_write()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_posix.cc | 713 static grpc_error_handle tcp_annotate_error(grpc_error_handle src_error, in tcp_annotate_error() function 950 *error = tcp_annotate_error(absl::InternalError("Socket closed"), tcp); in tcp_do_read() 953 tcp_annotate_error(absl::InternalError(absl::StrCat( in tcp_do_read() 1600 *error = tcp_annotate_error(GRPC_OS_ERROR(saved_errno, "sendmsg"), tcp); in do_tcp_flush_zerocopy() 1604 *error = tcp_annotate_error(GRPC_OS_ERROR(saved_errno, "sendmsg"), tcp); in do_tcp_flush_zerocopy() 1714 *error = tcp_annotate_error(GRPC_OS_ERROR(saved_errno, "sendmsg"), tcp); in tcp_flush() 1719 *error = tcp_annotate_error(GRPC_OS_ERROR(saved_errno, "sendmsg"), tcp); in tcp_flush() 1821 ? tcp_annotate_error(GRPC_ERROR_CREATE("EOF"), tcp) in tcp_write()
|