Home
last modified time | relevance | path

Searched refs:tcpp (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_windows.cc178 static void on_read(void* tcpp, grpc_error* error) { in on_read() argument
179 grpc_tcp* tcp = (grpc_tcp*)tcpp; in on_read()
272 static void on_write(void* tcpp, grpc_error* error) { in on_write() argument
273 grpc_tcp* tcp = (grpc_tcp*)tcpp; in on_write()
Dtcp_custom.cc171 static void tcp_read_allocation_done(void* tcpp, grpc_error* error) { in tcp_read_allocation_done() argument
172 custom_tcp_endpoint* tcp = (custom_tcp_endpoint*)tcpp; in tcp_read_allocation_done()
Dtcp_posix.cc476 static void tcp_read_allocation_done(void* tcpp, grpc_error* error) { in tcp_read_allocation_done() argument
477 grpc_tcp* tcp = static_cast<grpc_tcp*>(tcpp); in tcp_read_allocation_done()