Searched refs:tcp_handle_write (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | tcp_posix.cc | 616 static void tcp_handle_write(void* arg /* grpc_tcp */, grpc_error_handle error); 740 tcp_handle_write(arg, error); in tcp_drop_uncovered_then_handle_write() 774 static void tcp_handle_write(void* arg /* grpc_tcp */, grpc_error_handle error); 1821 static void tcp_handle_write(void* arg /* grpc_tcp */, in tcp_handle_write() function 2046 GRPC_CLOSURE_INIT(&tcp->write_done_closure, tcp_handle_write, 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 | 568 static void tcp_handle_write(void* arg /* grpc_tcp */, grpc_error_handle error); 692 tcp_handle_write(arg, error); in tcp_drop_uncovered_then_handle_write() 726 static void tcp_handle_write(void* arg /* grpc_tcp */, grpc_error_handle error); 1751 static void tcp_handle_write(void* arg /* grpc_tcp */, in tcp_handle_write() function 1976 GRPC_CLOSURE_INIT(&tcp->write_done_closure, tcp_handle_write, tcp, in grpc_tcp_create()
|