Searched refs:host_str (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/src/cpp/client/ |
D | channel_cc.cc | 113 const char* host_str = nullptr; in CreateCall() local 115 host_str = context->authority_.c_str(); in CreateCall() 117 host_str = host_.c_str(); in CreateCall() 121 if (host_str != nullptr) { in CreateCall() 122 host_slice = SliceFromCopiedString(host_str); in CreateCall() 127 host_str == nullptr ? nullptr : &host_slice, context->raw_deadline(), in CreateCall() 130 if (host_str != nullptr) { in CreateCall()
|
/external/toybox/toys/pending/ |
D | getty.c | 36 char *host_str; 281 if (strlen(TT.host_str) > UT_HOSTSIZE) perror_msg_raw(utmperr); in utmp_entry() 282 else xstrncpy(entry.ut_host, TT.host_str, UT_HOSTSIZE); in utmp_entry() 289 if (strlen(TT.host_str) > UT_HOSTSIZE) perror_msg_raw(utmperr); in utmp_entry() 290 else xstrncpy(entry.ut_host, TT.host_str, UT_HOSTSIZE); in utmp_entry()
|
/external/libtextclassifier/utils/intents/ |
D | intent-generator.cc | 387 ScopedLocalRef<jstring> host_str(static_cast<jstring>( in HandleUrlHost() local 394 if (host_str == nullptr) { in HandleUrlHost() 397 PushString(ToStlString(jenv_, host_str.get())); in HandleUrlHost()
|
/external/openssh/ |
D | clientloop.c | 2180 char *host_str, *ip_str; member 2217 free(ctx->host_str); in hostkeys_update_ctx_free() 2318 ctx->host_str, ctx->ip_str, ctx->keys, ctx->nkeys, in update_known_hosts() 2499 options.port, &ctx->host_str, in client_input_hostkeys() 2504 ctx, ctx->host_str, ctx->ip_str, in client_input_hostkeys()
|
/external/toybox/generated/ |
D | globals.h | 624 char *host_str; member
|