Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dtcp_windows.cc100 typedef struct grpc_tcp { struct
102 grpc_endpoint base;
104 grpc_winsocket* socket;
129 } grpc_tcp; argument
Dtcp_posix.cc353 struct grpc_tcp { struct
354 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 …]