Home
last modified time | relevance | path

Searched refs:tcp_annotate_error (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc307 static grpc_error* tcp_annotate_error(grpc_error* src_error, grpc_tcp* tcp) { in tcp_annotate_error() function
450 tcp_annotate_error(GRPC_OS_ERROR(errno, "recvmsg"), tcp)); in tcp_do_read()
457 tcp, tcp_annotate_error( in tcp_do_read()
584 *error = tcp_annotate_error(GRPC_OS_ERROR(errno, "setsockopt"), tcp); in tcp_write_with_timestamps()
848 *error = tcp_annotate_error(GRPC_OS_ERROR(errno, "sendmsg"), tcp); in tcp_flush()
852 *error = tcp_annotate_error(GRPC_OS_ERROR(errno, "sendmsg"), tcp); in tcp_flush()
933 ? tcp_annotate_error( in tcp_write()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc607 static grpc_error* tcp_annotate_error(grpc_error* src_error, grpc_tcp* tcp) { in tcp_annotate_error() function
773 tcp_annotate_error(GRPC_OS_ERROR(errno, "recvmsg"), tcp)); in tcp_do_read()
786 tcp, tcp_annotate_error( in tcp_do_read()
1373 *error = tcp_annotate_error(GRPC_OS_ERROR(errno, "sendmsg"), tcp); in do_tcp_flush_zerocopy()
1377 *error = tcp_annotate_error(GRPC_OS_ERROR(errno, "sendmsg"), tcp); in do_tcp_flush_zerocopy()
1483 *error = tcp_annotate_error(GRPC_OS_ERROR(errno, "sendmsg"), tcp); in tcp_flush()
1488 *error = tcp_annotate_error(GRPC_OS_ERROR(errno, "sendmsg"), tcp); in tcp_flush()
1589 ? tcp_annotate_error(GRPC_ERROR_CREATE_FROM_STATIC_STRING("EOF"), in tcp_write()