Searched refs:tcp_unref (Results 1 – 3 of 3) sorted by relevance
/external/grpc-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 | 140 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), __FILE__, __LINE__) 142 static void tcp_unref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_unref() function 166 #define TCP_UNREF(tcp, reason) tcp_unref((tcp)) 168 static void tcp_unref(grpc_tcp* tcp) { in tcp_unref() function
|
D | tcp_posix.cc | 338 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), __FILE__, __LINE__) 340 static void tcp_unref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_unref() function 364 #define TCP_UNREF(tcp, reason) tcp_unref((tcp)) 366 static void tcp_unref(grpc_tcp* tcp) { in tcp_unref() function
|