Searched refs:host_length (Results 1 – 4 of 4) sorted by relevance
359 const grpcwrap_request_call_context* ctx, size_t* host_length) { in grpcwrap_request_call_context_host() argument360 *host_length = GRPC_SLICE_LENGTH(ctx->call_details.host); in grpcwrap_request_call_context_host()
322 const grpcsharp_request_call_context* ctx, size_t* host_length) { in grpcsharp_request_call_context_host() argument323 *host_length = GRPC_SLICE_LENGTH(ctx->call_details.host); in grpcsharp_request_call_context_host()
3850 host_length: *mut usize, in grpcwrap_request_call_context_host()