Searched refs:tcpp (Results 1 – 3 of 3) sorted by relevance
180 static void on_read(void* tcpp, grpc_error* error) { in on_read() argument181 grpc_tcp* tcp = (grpc_tcp*)tcpp; in on_read()316 static void on_write(void* tcpp, grpc_error* error) { in on_write() argument317 grpc_tcp* tcp = (grpc_tcp*)tcpp; in on_write()
174 static void tcp_read_allocation_done(void* tcpp, grpc_error* error) { in tcp_read_allocation_done() argument175 custom_tcp_endpoint* tcp = static_cast<custom_tcp_endpoint*>(tcpp); in tcp_read_allocation_done()
853 static void tcp_read_allocation_done(void* tcpp, grpc_error* error) { in tcp_read_allocation_done() argument854 grpc_tcp* tcp = static_cast<grpc_tcp*>(tcpp); in tcp_read_allocation_done()