Searched defs:grpc_tcp (Results 1 – 2 of 2) sorted by relevance
100 typedef struct grpc_tcp { struct102 grpc_endpoint base;104 grpc_winsocket* socket;106 gpr_refcount refcount;130 } grpc_tcp; argument
355 struct grpc_tcp { struct356 grpc_tcp(int max_sends, size_t send_bytes_threshold) in grpc_tcp() function358 grpc_endpoint base;359 grpc_fd* em_fd;360 int fd;363 bool is_first_read;364 double target_length;365 double bytes_read_this_round;366 grpc_core::RefCount refcount;367 gpr_atm shutdown_count;[all …]