fHost
BString fHost;
fHost = host;
const char *host = fHost.String();
, fHost(NULL)
const char *Host() const { return fHost.String(); };
BString fHost;
: fHost(""),
address.MoveInto(fHost, 0, index);
fHost = address;
printf("fHost = %s\n", fHost.String());
if (fEndpoint->Connect(fHost, fPort) == B_OK) {
fHost.String(), fPort);
BString fHost;
fHost(host),
fSock = new Socket(fHost.c_str(), LPS_SERVER_PORT, localPort);
string fHost;
if (fHost != NULL)
fHost->ReleaseReference();
AutoLocker<TargetHost> hostLocker(fHost);
for (int32 i = 0; TeamInfo* info = fHost->TeamInfoAt(i); i++) {
fHost->RemoveListener(this);
fHost->ReleaseReference();
fHost = NULL;
fHost = fInterface->GetTargetHost();
fHost->AcquireReference();
fHost->AddListener(this);
TargetHost* fHost;
fHost.Truncate(0);
fHost(),
char c = fHost[offset + i];
if (fHost.StartsWith("[") && fHost.EndsWith("]"))
return _IsHostIPV6Valid(1, fHost.Length() - 2);
for (int32 i = 0; i < fHost.Length(); i++) {
char c = fHost[i];
fHost = _DoUrlEncodeChunk(fHost, strict, false);
fHost = _DoUrlDecodeChunk(fHost, strict);
fHost(),
fHost(),
fHost = host;
fHasHost = !fHost.IsEmpty();
fHost(),
return fHost;
if (HasHost() && !(fHost.IsEmpty() && HasAuthority()) && !_IsHostValid())
return HasHost() && !fHost.IsEmpty();
fHost(),
converter->nameToASCII_UTF8(icu::StringPiece(fHost.String()), sink, info,
fHost = result;
converter->nameToUnicodeUTF8(icu::StringPiece(fHost.String()), sink, info,
fHost = result;
fHost = other.fHost;
fHost(other.fHost),
fHost.Truncate(0);
fHost->SettingChanged(showExample);
SettingsHost* fHost;