Home
last modified time | relevance | path

Searched defs:grpc_tcp (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dtcp_windows.cc98 typedef struct grpc_tcp { struct
100 grpc_endpoint base;
125 } grpc_tcp; argument
Dtcp_posix.cc475 struct grpc_tcp { struct
476 explicit grpc_tcp(const grpc_core::PosixTcpOptions& tcp_options) in grpc_tcp() function
482 grpc_endpoint base;
483 grpc_fd* em_fd;
484 int fd;
485 int inq; // bytes pending on the socket from the last read.
486 double target_length;
487 double bytes_read_this_round;
488 grpc_core::RefCount refcount;
489 gpr_atm shutdown_count;
[all …]