Searched defs:tcp_ref (Results 1 – 4 of 4) sorted by relevance
101 static void tcp_ref(custom_tcp_endpoint* tcp, const char* reason, in tcp_ref() function120 static void tcp_ref(custom_tcp_endpoint* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref() function
157 static void tcp_ref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_ref() function176 static void tcp_ref(grpc_tcp* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref() function
649 static void tcp_ref(grpc_tcp* tcp, const char* reason, in tcp_ref() function662 static void tcp_ref(grpc_tcp* tcp) { tcp->refcount.Ref(); } in tcp_ref() function
223 TEST_IMPL(tcp_ref) { in TEST_IMPL() argument