Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dtcp_windows.cc139 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), __FILE__, __LINE__)
141 static void tcp_unref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_unref() function
165 #define TCP_UNREF(tcp, reason) tcp_unref((tcp))
167 static void tcp_unref(grpc_tcp* tcp) { in tcp_unref() function
H A Dtcp_posix.cc796 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), DEBUG_LOCATION)
798 static void tcp_unref(grpc_tcp* tcp, const char* reason, in tcp_unref() function
810 #define TCP_UNREF(tcp, reason) tcp_unref((tcp))
812 static void tcp_unref(grpc_tcp* tcp) { in tcp_unref() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_windows.cc139 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), __FILE__, __LINE__)
141 static void tcp_unref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_unref() function
165 #define TCP_UNREF(tcp, reason) tcp_unref((tcp))
167 static void tcp_unref(grpc_tcp* tcp) { in tcp_unref() function
Dtcp_posix.cc745 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), DEBUG_LOCATION)
747 static void tcp_unref(grpc_tcp* tcp, const char* reason, in tcp_unref() function
759 #define TCP_UNREF(tcp, reason) tcp_unref((tcp))
761 static void tcp_unref(grpc_tcp* tcp) { in tcp_unref() function