Home
last modified time | relevance | path

Searched refs:host_str (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/cpp/client/
Dchannel_cc.cc113 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/
Dgetty.c36 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/
Dintent-generator.cc387 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/
Dclientloop.c2180 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/
Dglobals.h624 char *host_str; member