Searched defs:grpc_tcp (Results 1 – 4 of 4) sorted by relevance
73 struct grpc_tcp { struct74 grpc_endpoint base;75 grpc_fd* em_fd;76 int fd;79 bool is_first_read;80 double target_length;81 double bytes_read_this_round;82 gpr_refcount refcount;83 gpr_atm shutdown_count;85 int min_read_chunk_size;[all …]
102 typedef struct grpc_tcp { struct104 grpc_endpoint base;128 } grpc_tcp; argument
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() argument358 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 …]