Searched refs:fHost (Results 1 - 12 of 12) sorted by relevance

/haiku/src/preferences/notifications/
H A DSettingsPane.cpp20 fHost(host)
28 fHost->SettingChanged(showExample);
H A DSettingsPane.h31 SettingsHost* fHost; member in class:SettingsPane
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DHPJetDirectTransport.cpp25 : fHost(""),
47 address.MoveInto(fHost, 0, index);
49 fHost = address;
51 printf("fHost = %s\n", fHost.String());
65 if (fEndpoint->Connect(fHost, fPort) == B_OK) {
67 fHost.String(), fPort);
H A DHPJetDirectTransport.h29 BString fHost; member in class:HPJetDirectPort
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.h65 const char *Host() const { return fHost.String(); };
85 BString fHost; member in class:ESDEndpoint
H A DESDEndpoint.cpp53 , fHost(NULL)
137 fHost = host;
175 const char *host = fHost.String();
/haiku/src/kits/support/
H A DUrl.cpp45 fHost(),
62 fHost(),
85 fHost(other.fHost),
120 fHost(),
185 fHost(),
202 fHost(),
267 fHost = host;
268 fHasHost = !fHost.IsEmpty();
462 return fHost;
[all...]
/haiku/src/add-ons/print/transports/lpr/
H A DLpsClient.h52 string fHost; member in class:LpsClient
H A DLpsClient.cpp47 fHost(host),
68 fSock = new Socket(fHost.c_str(), LPS_SERVER_PORT, localPort);
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp283 fHost(NULL)
295 if (fHost != NULL)
296 fHost->ReleaseReference();
443 AutoLocker<TargetHost> hostLocker(fHost);
444 for (int32 i = 0; TeamInfo* info = fHost->TeamInfoAt(i); i++) {
459 fHost->RemoveListener(this);
460 fHost->ReleaseReference();
461 fHost = NULL;
468 fHost = fInterface->GetTargetHost();
469 fHost
[all...]
H A DTeamsListView.h123 TargetHost* fHost; member in class:TeamsListView
/haiku/headers/os/support/
H A DUrl.h138 BString fHost; member in class:BUrl

Completed in 138 milliseconds