Searched refs:host_slice_ptr (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_channel.c | 417 grpc_slice* host_slice_ptr = NULL; in grpc_rb_channel_create_call() local 424 host_slice_ptr = &host_slice; in grpc_rb_channel_create_call() 443 flags, cq, method_slice, host_slice_ptr, in grpc_rb_channel_create_call() 455 if (host_slice_ptr != NULL) { in grpc_rb_channel_create_call()
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | channel.pyx.pxi | 191 cdef grpc_slice *host_slice_ptr 200 host_slice_ptr = NULL 203 host_slice_ptr = &host_slice 206 c_completion_queue, method_slice, host_slice_ptr, 209 if host_slice_ptr:
|
/external/rust/crates/grpcio-sys/ |
D | grpc_wrap.cc | 388 grpc_slice* host_slice_ptr = nullptr; in grpcwrap_channel_create_call() local 392 host_slice_ptr = &host_slice; in grpcwrap_channel_create_call() 399 method_slice, host_slice_ptr, deadline, nullptr); in grpcwrap_channel_create_call()
|
/external/grpc-grpc/src/csharp/ext/ |
D | grpc_csharp_ext.c | 402 grpc_slice* host_slice_ptr = NULL; in grpcsharp_channel_create_call() local 406 host_slice_ptr = &host_slice; in grpcsharp_channel_create_call() 410 method_slice, host_slice_ptr, deadline, NULL); in grpcsharp_channel_create_call()
|