Searched refs:tcp_read_allocation_done (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_custom.cc | 174 static void tcp_read_allocation_done(void* tcpp, grpc_error* error) { in tcp_read_allocation_done() function 211 tcp_read_allocation_done(tcp, GRPC_ERROR_NONE); in endpoint_read() 388 &tcp->slice_allocator, tcp->resource_user, tcp_read_allocation_done, tcp); in custom_tcp_endpoint_create()
|
D | tcp_posix.cc | 853 static void tcp_read_allocation_done(void* tcpp, grpc_error* error) { in tcp_read_allocation_done() function 1811 &tcp->slice_allocator, tcp->resource_user, tcp_read_allocation_done, tcp); in grpc_tcp_create()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | tcp_custom.cc | 171 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()
|
D | tcp_posix.cc | 476 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()
|