Searched refs:tcp_ref (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/src/core/lib/iomgr/ |
D | tcp_custom.cc | 89 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), __FILE__, __LINE__) 103 static void tcp_ref(custom_tcp_endpoint* tcp, const char* reason, in tcp_ref() function 115 #define TCP_REF(tcp, reason) tcp_ref((tcp)) 122 static void tcp_ref(custom_tcp_endpoint* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref() function
|
D | tcp_windows.cc | 143 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), __FILE__, __LINE__) 157 static void tcp_ref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_ref() function 169 #define TCP_REF(tcp, reason) tcp_ref((tcp)) 176 static void tcp_ref(grpc_tcp* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref() function
|
D | tcp_posix.cc | 646 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), DEBUG_LOCATION) 654 static void tcp_ref(grpc_tcp* tcp, const char* reason, in tcp_ref() function 660 #define TCP_REF(tcp, reason) tcp_ref((tcp)) 667 static void tcp_ref(grpc_tcp* tcp) { tcp->refcount.Ref(); } in tcp_ref() function
|
/third_party/libuv/test/ |
D | test-ref.c | 223 TEST_IMPL(tcp_ref) { in TEST_IMPL() argument
|
D | test-list.h | 241 TEST_DECLARE (tcp_ref) 819 TEST_ENTRY (tcp_ref)
|