Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc147 static void tcp_handle_write(void* arg /* grpc_tcp */, grpc_error* error);
268 tcp_handle_write(arg, error); in tcp_drop_uncovered_then_handle_write()
319 static void tcp_handle_write(void* arg /* grpc_tcp */, grpc_error* error);
882 static void tcp_handle_write(void* arg /* grpc_tcp */, grpc_error* error) { in tcp_handle_write() function