Lines Matching defs:tcp

71   custom_tcp_endpoint* tcp =  in tcp_free()  local
82 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), __FILE__, __LINE__) argument
83 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), __FILE__, __LINE__) argument
84 static void tcp_unref(custom_tcp_endpoint* tcp, const char* reason, in tcp_unref()
97 static void tcp_ref(custom_tcp_endpoint* tcp, const char* reason, in tcp_ref()
108 #define TCP_UNREF(tcp, reason) tcp_unref((tcp)) argument
109 #define TCP_REF(tcp, reason) tcp_ref((tcp)) argument
110 static void tcp_unref(custom_tcp_endpoint* tcp) { in tcp_unref()
116 static void tcp_ref(custom_tcp_endpoint* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref()
119 static void call_read_cb(custom_tcp_endpoint* tcp, grpc_error_handle error) { in call_read_cb()
145 custom_tcp_endpoint* tcp = in custom_read_callback() local
168 custom_tcp_endpoint* tcp = reinterpret_cast<custom_tcp_endpoint*>(ep); in endpoint_read() local
191 custom_tcp_endpoint* tcp = in custom_write_callback() local
205 custom_tcp_endpoint* tcp = reinterpret_cast<custom_tcp_endpoint*>(ep); in endpoint_write() local
262 custom_tcp_endpoint* tcp = reinterpret_cast<custom_tcp_endpoint*>(ep); in endpoint_shutdown() local
286 custom_tcp_endpoint* tcp = in custom_close_callback() local
293 custom_tcp_endpoint* tcp = reinterpret_cast<custom_tcp_endpoint*>(ep); in endpoint_destroy() local
298 custom_tcp_endpoint* tcp = reinterpret_cast<custom_tcp_endpoint*>(ep); in endpoint_get_peer() local
303 custom_tcp_endpoint* tcp = reinterpret_cast<custom_tcp_endpoint*>(ep); in endpoint_get_local_address() local
325 custom_tcp_endpoint* tcp = new custom_tcp_endpoint; in custom_tcp_endpoint_create() local