Searched defs:sock_cleanup (Results 1 – 7 of 7) sorted by relevance
45 auto sock_cleanup = absl::MakeCleanup([&file]() -> void { in LoadFile() local
41 auto sock_cleanup = absl::MakeCleanup([&file]() -> void { in LoadFile() local
145 auto sock_cleanup = absl::MakeCleanup([&close_fd, fd]() -> void { in PrepareSocket() local
121 auto sock_cleanup = absl::MakeCleanup([&close_fd, &sock]() -> void { in PrepareTcpClientSocket() local
127 auto sock_cleanup = absl::MakeCleanup([&close_fd, &sock]() -> void { in PrepareTcpClientSocket() local
366 void sock_cleanup(void) in sock_cleanup() function