Searched refs:grpc_tcp_destroy_and_release_fd (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | tcp_posix.h | 56 void grpc_tcp_destroy_and_release_fd(grpc_endpoint* ep, int* fd,
|
H A D | tcp_posix.cc | 2087 void grpc_tcp_destroy_and_release_fd(grpc_endpoint* ep, int* fd, in grpc_tcp_destroy_and_release_fd() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_posix.h | 56 void grpc_tcp_destroy_and_release_fd(grpc_endpoint* ep, int* fd,
|
D | tcp_posix.cc | 2017 void grpc_tcp_destroy_and_release_fd(grpc_endpoint* ep, int* fd, in grpc_tcp_destroy_and_release_fd() function
|
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/ |
H A D | port_sharing_end2end_test.cc | 166 grpc_tcp_destroy_and_release_fd(tcp, &fd_, &on_fd_released_); in OnConnect()
|
/aosp_15_r20/external/grpc-grpc/test/core/iomgr/ |
H A D | tcp_posix_test.cc | 566 grpc_tcp_destroy_and_release_fd(ep, &fd, &fd_released_cb); in release_fd_test()
|