Lines Matching defs:tcp

75   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()
150 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)socket->endpoint; in custom_read_callback() local
171 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)tcpp; in tcp_read_allocation_done() local
196 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)ep; in endpoint_read() local
211 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)socket->endpoint; in custom_write_callback() local
224 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)ep; in endpoint_write() local
281 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)ep; in endpoint_shutdown() local
305 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)socket->endpoint; in custom_close_callback() local
311 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)ep; in endpoint_destroy() local
316 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)ep; in endpoint_get_peer() local
321 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)ep; in endpoint_get_resource_user() local
344 custom_tcp_endpoint* tcp = in custom_tcp_endpoint_create() local