Lines Matching defs:tcp

74   custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)s->endpoint;  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* 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
214 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)socket->endpoint; in custom_write_callback() local
227 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)ep; in endpoint_write() local
285 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)ep; in endpoint_shutdown() local
310 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)socket->endpoint; in custom_close_callback() local
316 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)ep; in endpoint_destroy() local
321 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)ep; in endpoint_get_peer() local
326 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)ep; in endpoint_get_resource_user() local
349 custom_tcp_endpoint* tcp = in custom_tcp_endpoint_create() local