Home
last modified time | relevance | path

Searched refs:tcp_unref (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dtcp_custom.cc88 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), __FILE__, __LINE__)
90 static void tcp_unref(custom_tcp_endpoint* tcp, const char* reason, in tcp_unref() function
114 #define TCP_UNREF(tcp, reason) tcp_unref((tcp))
116 static void tcp_unref(custom_tcp_endpoint* tcp) { in tcp_unref() function
Dtcp_windows.cc142 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), __FILE__, __LINE__)
144 static void tcp_unref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_unref() function
168 #define TCP_UNREF(tcp, reason) tcp_unref((tcp))
170 static void tcp_unref(grpc_tcp* tcp) { in tcp_unref() function
Dtcp_posix.cc645 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), DEBUG_LOCATION)
647 static void tcp_unref(grpc_tcp* tcp, const char* reason, in tcp_unref() function
659 #define TCP_UNREF(tcp, reason) tcp_unref((tcp))
661 static void tcp_unref(grpc_tcp* tcp) { in tcp_unref() function