Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dtcp_windows.cc180 static void on_read(void* tcpp, grpc_error* error) { in on_read() argument
181 grpc_tcp* tcp = (grpc_tcp*)tcpp; in on_read()
316 static void on_write(void* tcpp, grpc_error* error) { in on_write() argument
317 grpc_tcp* tcp = (grpc_tcp*)tcpp; in on_write()
Dtcp_custom.cc174 static void tcp_read_allocation_done(void* tcpp, grpc_error* error) { in tcp_read_allocation_done() argument
175 custom_tcp_endpoint* tcp = static_cast<custom_tcp_endpoint*>(tcpp); in tcp_read_allocation_done()
Dtcp_posix.cc853 static void tcp_read_allocation_done(void* tcpp, grpc_error* error) { in tcp_read_allocation_done() argument
854 grpc_tcp* tcp = static_cast<grpc_tcp*>(tcpp); in tcp_read_allocation_done()