Home
last modified time | relevance | path

Searched defs:sock_cleanup (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dload_file.cc45 auto sock_cleanup = absl::MakeCleanup([&file]() -> void { in LoadFile() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dload_file.cc41 auto sock_cleanup = absl::MakeCleanup([&file]() -> void { in LoadFile() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dposix_engine_listener_utils.cc145 auto sock_cleanup = absl::MakeCleanup([&close_fd, fd]() -> void { in PrepareSocket() local
Dtcp_socket_utils.cc121 auto sock_cleanup = absl::MakeCleanup([&close_fd, &sock]() -> void { in PrepareTcpClientSocket() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
H A Dposix_engine_listener_utils.cc145 auto sock_cleanup = absl::MakeCleanup([&close_fd, fd]() -> void { in PrepareSocket() local
H A Dtcp_socket_utils.cc127 auto sock_cleanup = absl::MakeCleanup([&close_fd, &sock]() -> void { in PrepareTcpClientSocket() local
/aosp_15_r20/external/libpcap/
H A Dsockutils.c366 void sock_cleanup(void) in sock_cleanup() function