Searched refs:tcp_unref (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/src/core/lib/iomgr/ |
D | tcp_custom.cc | 88 #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
|
D | tcp_windows.cc | 142 #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
|
D | tcp_posix.cc | 645 #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
|