Searched defs:tcp_unref (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | tcp_custom.cc | 90 static void tcp_unref(custom_tcp_endpoint* tcp, const char* reason, in tcp_unref() function 116 static void tcp_unref(custom_tcp_endpoint* tcp) { in tcp_unref() function
|
D | tcp_windows.cc | 142 static void tcp_unref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_unref() function 168 static void tcp_unref(grpc_tcp* tcp) { in tcp_unref() function
|
D | tcp_posix.cc | 340 static void tcp_unref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_unref() function 366 static void tcp_unref(grpc_tcp* tcp) { in tcp_unref() function
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_custom.cc | 90 static void tcp_unref(custom_tcp_endpoint* tcp, const char* reason, in tcp_unref() function 116 static void tcp_unref(custom_tcp_endpoint* tcp) { in tcp_unref() function
|
D | tcp_windows.cc | 144 static void tcp_unref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_unref() function 170 static void tcp_unref(grpc_tcp* tcp) { in tcp_unref() function
|
D | tcp_posix.cc | 647 static void tcp_unref(grpc_tcp* tcp, const char* reason, in tcp_unref() function 661 static void tcp_unref(grpc_tcp* tcp) { in tcp_unref() function
|