Searched refs:tcpp (Results 1 – 3 of 3) sorted by relevance
178 static void on_read(void* tcpp, grpc_error* error) { in on_read() argument179 grpc_tcp* tcp = (grpc_tcp*)tcpp; in on_read()272 static void on_write(void* tcpp, grpc_error* error) { in on_write() argument273 grpc_tcp* tcp = (grpc_tcp*)tcpp; in on_write()
171 static void tcp_read_allocation_done(void* tcpp, grpc_error* error) { in tcp_read_allocation_done() argument172 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)tcpp; in tcp_read_allocation_done()
476 static void tcp_read_allocation_done(void* tcpp, grpc_error* error) { in tcp_read_allocation_done() argument477 grpc_tcp* tcp = static_cast<grpc_tcp*>(tcpp); in tcp_read_allocation_done()