Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dtcp_posix.cc479 struct grpc_tcp { struct
480 explicit grpc_tcp(const grpc_core::PosixTcpOptions& tcp_options) in grpc_tcp() argument
486 grpc_endpoint base;
487 grpc_fd* em_fd;
488 int fd;
489 int inq; // bytes pending on the socket from the last read.
490 double target_length;
491 double bytes_read_this_round;
492 grpc_core::RefCount refcount;
493 gpr_atm shutdown_count;
[all …]
H A Dtcp_windows.cc101 typedef struct grpc_tcp { struct
103 grpc_endpoint base;
105 grpc_winsocket* socket;
129 } grpc_tcp; argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc472 struct grpc_tcp { struct
473 explicit grpc_tcp(const grpc_core::PosixTcpOptions& tcp_options) in grpc_tcp() argument
479 grpc_endpoint base;
480 grpc_fd* em_fd;
481 int fd;
484 bool is_first_read;
486 double target_length;
487 double bytes_read_this_round;
488 grpc_core::RefCount refcount;
489 gpr_atm shutdown_count;
[all …]
Dtcp_windows.cc101 typedef struct grpc_tcp { struct
103 grpc_endpoint base;
105 grpc_winsocket* socket;
129 } grpc_tcp; argument