Home
last modified time | relevance | path

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

/external/grpc-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.cc140 #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
Dtcp_posix.cc338 #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