Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc784 static bool tcp_flush(grpc_tcp* tcp, grpc_error** error) { in tcp_flush() function
894 if (!tcp_flush(tcp, &error)) { in tcp_handle_write()
945 if (!tcp_flush(tcp, &error)) { in tcp_write()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc1412 static bool tcp_flush(grpc_tcp* tcp, grpc_error** error) { in tcp_flush() function
1539 : tcp_flush(tcp, &error); in tcp_handle_write()
1610 : tcp_flush(tcp, &error); in tcp_write()