Searched refs:tcp_unref (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | tcp_windows.cc | 139 #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 D | tcp_posix.cc | 796 #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/ |
D | tcp_windows.cc | 139 #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
|
D | tcp_posix.cc | 745 #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
|