HomeSort by relevance Sort by last modified time
    Searched refs:host_str (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/src/cpp/client/
channel_cc.cc 113 const char* host_str = nullptr; local
115 host_str = context->authority_.c_str();
117 host_str = host_.c_str();
121 if (host_str != nullptr) {
122 host_slice = SliceFromCopiedString(host_str);
127 host_str == nullptr ? nullptr : &host_slice, context->raw_deadline(),
130 if (host_str != nullptr) {
  /external/toybox/toys/pending/
getty.c 36 char *host_str;
281 if (strlen(TT.host_str) > UT_HOSTSIZE) perror_msg_raw(utmperr);
282 else xstrncpy(entry.ut_host, TT.host_str, UT_HOSTSIZE);
289 if (strlen(TT.host_str) > UT_HOSTSIZE) perror_msg_raw(utmperr);
290 else xstrncpy(entry.ut_host, TT.host_str, UT_HOSTSIZE);
  /external/libtextclassifier/utils/intents/
intent-generator.cc 387 ScopedLocalRef<jstring> host_str(static_cast<jstring>(
394 if (host_str == nullptr) {
397 PushString(ToStlString(jenv_, host_str.get()));
  /external/openssh/
clientloop.c 2180 char *host_str, *ip_str; member in struct:hostkeys_update_ctx
    [all...]
  /external/toybox/generated/
globals.h 624 char *host_str; member in struct:getty_data

Completed in 113 milliseconds