Lines Matching defs:tcp

76   custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)s->endpoint;  in tcp_free()  local
87 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), __FILE__, __LINE__) argument
88 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), __FILE__, __LINE__) argument
89 static void tcp_unref(custom_tcp_endpoint* tcp, const char* reason, in tcp_unref()
102 static void tcp_ref(custom_tcp_endpoint* tcp, const char* reason, in tcp_ref()
113 #define TCP_UNREF(tcp, reason) tcp_unref((tcp)) argument
114 #define TCP_REF(tcp, reason) tcp_ref((tcp)) argument
115 static void tcp_unref(custom_tcp_endpoint* tcp) { in tcp_unref()
121 static void tcp_ref(custom_tcp_endpoint* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref()
124 static void call_read_cb(custom_tcp_endpoint* tcp, grpc_error* error) { in call_read_cb()
152 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)socket->endpoint; in custom_read_callback() local
173 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)tcpp; in tcp_read_allocation_done() local
198 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)ep; in endpoint_read() local
216 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)socket->endpoint; in custom_write_callback() local
229 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)ep; in endpoint_write() local
287 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)ep; in endpoint_shutdown() local
312 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)socket->endpoint; in custom_close_callback() local
318 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)ep; in endpoint_destroy() local
323 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)ep; in endpoint_get_peer() local
328 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)ep; in endpoint_get_local_address() local
333 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)ep; in endpoint_get_resource_user() local
357 custom_tcp_endpoint* tcp = new custom_tcp_endpoint; in custom_tcp_endpoint_create() local