Home
last modified time | relevance | path

Searched defs:grpc_tcp (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc73 struct grpc_tcp { struct
74 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 …]
Dtcp_windows.cc102 typedef struct grpc_tcp { struct
104 grpc_endpoint base;
128 } grpc_tcp; argument