Home
last modified time | relevance | path

Searched refs:tcp_read_allocation_done (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_custom.cc171 static void tcp_read_allocation_done(void* tcpp, grpc_error* error) { in tcp_read_allocation_done() function
360 &tcp->slice_allocator, tcp->resource_user, tcp_read_allocation_done, tcp); in custom_tcp_endpoint_create()
Dtcp_posix.cc476 static void tcp_read_allocation_done(void* tcpp, grpc_error* error) { in tcp_read_allocation_done() function
1070 &tcp->slice_allocator, tcp->resource_user, tcp_read_allocation_done, tcp); in grpc_tcp_create()