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;129 } grpc_tcp; argument
353 struct grpc_tcp { struct354 grpc_endpoint base;355 grpc_fd* em_fd;356 int fd;359 bool is_first_read;360 double target_length;361 double bytes_read_this_round;362 grpc_core::RefCount refcount;363 gpr_atm shutdown_count;365 int min_read_chunk_size;[all …]