Searched defs:grpc_tcp (Results 1 – 2 of 2) sorted by relevance
98 typedef struct grpc_tcp { struct100 grpc_endpoint base;125 } grpc_tcp; argument
475 struct grpc_tcp { struct476 explicit grpc_tcp(const grpc_core::PosixTcpOptions& tcp_options) in grpc_tcp() function482 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 …]