Searched refs:tcp_handle_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 | 1249 static void tcp_handle_error(void* arg /* grpc_tcp */, grpc_error_handle error); 1500 static void tcp_handle_error(void* arg /* grpc_tcp */, in tcp_handle_error() function 1546 static void tcp_handle_error(void* /*arg*/ /* grpc_tcp */, in tcp_handle_error() function 2073 GRPC_CLOSURE_INIT(&tcp->error_closure, tcp_handle_error, tcp, in grpc_tcp_create()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_posix.cc | 1184 static void tcp_handle_error(void* arg /* grpc_tcp */, grpc_error_handle error); 1433 static void tcp_handle_error(void* arg /* grpc_tcp */, in tcp_handle_error() function 1479 static void tcp_handle_error(void* /*arg*/ /* grpc_tcp */, in tcp_handle_error() function 2003 GRPC_CLOSURE_INIT(&tcp->error_closure, tcp_handle_error, tcp, in grpc_tcp_create()
|