Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel.c417 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/
Dchannel.pyx.pxi191 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/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c402 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()