Searched defs:tcp_ref (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | tcp_custom.cc | 103 static void tcp_ref(custom_tcp_endpoint* tcp, const char* reason, in tcp_ref() function 122 static void tcp_ref(custom_tcp_endpoint* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref() function
|
D | tcp_windows.cc | 155 static void tcp_ref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_ref() function 174 static void tcp_ref(grpc_tcp* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref() function
|
D | tcp_posix.cc | 353 static void tcp_ref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_ref() function 372 static void tcp_ref(grpc_tcp* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref() function
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_custom.cc | 103 static void tcp_ref(custom_tcp_endpoint* tcp, const char* reason, in tcp_ref() function 122 static void tcp_ref(custom_tcp_endpoint* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref() function
|
D | tcp_windows.cc | 157 static void tcp_ref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_ref() function 176 static void tcp_ref(grpc_tcp* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref() function
|
D | tcp_posix.cc | 654 static void tcp_ref(grpc_tcp* tcp, const char* reason, in tcp_ref() function 667 static void tcp_ref(grpc_tcp* tcp) { tcp->refcount.Ref(); } in tcp_ref() function
|