Home
last modified time | relevance | path

Searched refs:tcp_unref (Results 1 – 6 of 6) 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
/external/rust/crates/grpcio-sys/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