Lines Matching defs:tcp

74   custom_tcp_endpoint* tcp =  in tcp_free()  local
86 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), __FILE__, __LINE__) argument
87 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), __FILE__, __LINE__) argument
88 static void tcp_unref(custom_tcp_endpoint* tcp, const char* reason, in tcp_unref()
101 static void tcp_ref(custom_tcp_endpoint* tcp, const char* reason, in tcp_ref()
112 #define TCP_UNREF(tcp, reason) tcp_unref((tcp)) argument
113 #define TCP_REF(tcp, reason) tcp_ref((tcp)) argument
114 static void tcp_unref(custom_tcp_endpoint* tcp) { in tcp_unref()
120 static void tcp_ref(custom_tcp_endpoint* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref()
123 static void call_read_cb(custom_tcp_endpoint* tcp, grpc_error_handle error) { in call_read_cb()
149 custom_tcp_endpoint* tcp = in custom_read_callback() local
171 custom_tcp_endpoint* tcp = static_cast<custom_tcp_endpoint*>(tcpp); in tcp_read_allocation_done() local
197 custom_tcp_endpoint* tcp = reinterpret_cast<custom_tcp_endpoint*>(ep); in endpoint_read() local
216 custom_tcp_endpoint* tcp = in custom_write_callback() local
230 custom_tcp_endpoint* tcp = reinterpret_cast<custom_tcp_endpoint*>(ep); in endpoint_write() local
287 custom_tcp_endpoint* tcp = reinterpret_cast<custom_tcp_endpoint*>(ep); in endpoint_shutdown() local
311 custom_tcp_endpoint* tcp = in custom_close_callback() local
318 custom_tcp_endpoint* tcp = reinterpret_cast<custom_tcp_endpoint*>(ep); in endpoint_destroy() local
323 custom_tcp_endpoint* tcp = reinterpret_cast<custom_tcp_endpoint*>(ep); in endpoint_get_peer() local
328 custom_tcp_endpoint* tcp = reinterpret_cast<custom_tcp_endpoint*>(ep); in endpoint_get_local_address() local
351 custom_tcp_endpoint* tcp = new custom_tcp_endpoint; in custom_tcp_endpoint_create() local