Searched defs:grpc_tcp (Results 1 – 4 of 4) sorted by relevance
479 struct grpc_tcp { struct480 explicit grpc_tcp(const grpc_core::PosixTcpOptions& tcp_options) in grpc_tcp() argument486 grpc_endpoint base;487 grpc_fd* em_fd;488 int fd;489 int inq; // bytes pending on the socket from the last read.490 double target_length;491 double bytes_read_this_round;492 grpc_core::RefCount refcount;493 gpr_atm shutdown_count;[all …]
101 typedef struct grpc_tcp { struct103 grpc_endpoint base;105 grpc_winsocket* socket;129 } grpc_tcp; argument
472 struct grpc_tcp { struct473 explicit grpc_tcp(const grpc_core::PosixTcpOptions& tcp_options) in grpc_tcp() argument479 grpc_endpoint base;480 grpc_fd* em_fd;481 int fd;484 bool is_first_read;486 double target_length;487 double bytes_read_this_round;488 grpc_core::RefCount refcount;489 gpr_atm shutdown_count;[all …]