/haiku/src/kits/network/libnetservices/ |
H A D | HttpResult.cpp | 20 fUrl(url), in BHttpResult() 29 fUrl(other.fUrl), in BHttpResult() 48 fUrl = url; in SetUrl() 58 return fUrl; in Url() 139 fUrl = other.fUrl; in operator =()
|
H A D | FileRequest.cpp | 28 fUrl.UrlDecode(true); in BFileRequest() 50 BNode node(fUrl.Path().String()); in _ProtocolLoop() 54 BEntry entry(fUrl.Path().String(), true); in _ProtocolLoop() 60 BFile file(fUrl.Path().String(), B_READ_ONLY); in _ProtocolLoop() 68 update_mime_info(fUrl.Path().String(), false, true, false); in _ProtocolLoop()
|
H A D | HttpRequest.cpp | 132 fResult(other.fUrl), in BHttpRequest() 413 BString host = fUrl.Host(); in _ProtocolLoop() 416 if (fUrl.HasPort()) in _ProtocolLoop() 417 port = fUrl.Port(); in _ProtocolLoop() 431 fUrl.Host().String()); in _ProtocolLoop() 441 fOptReferer = fUrl.UrlString(); in _ProtocolLoop() 465 fUrl = BUrl(fUrl, locationUrl); in _ProtocolLoop() 484 if (fUrl.Protocol() == "https") in _ProtocolLoop() 486 else if (fUrl.Protocol() == "http") in _ProtocolLoop() 491 fUrl.UrlString().String()); in _ProtocolLoop() [all …]
|
H A D | UrlRequest.cpp | 24 fUrl(url), in BUrlRequest() 99 fUrl = url; in SetUrl() 147 return fUrl; in Url()
|
H A D | GopherRequest.cpp | 195 fUrl.UrlDecode(); in BGopherRequest() 242 if (!_ResolveHostName(fUrl.Host(), fUrl.HasPort() ? fUrl.Port() : 70)) { in _ProtocolLoop() 245 fUrl.Host().String()); in _ProtocolLoop() 250 fUrl.Authority().String(), fRemoteAddr.Port()); in _ProtocolLoop()
|
H A D | DataRequest.cpp | 48 fUrl.UrlDecode(true); in _ProtocolLoop() 54 BString data = fUrl.UrlString(); in _ProtocolLoop()
|
H A D | NetworkCookieJar.cpp | 724 fUrl(other.fUrl) in UrlIterator() 741 fUrl(url) in UrlIterator() 829 fUrl = other.fUrl; in operator =() 840 BString domain = fUrl.Host(); in _Initialize() 843 if (fUrl.Protocol() == "file") in _Initialize() 934 if (fElement->IsValidForPath(fUrl.Path())) in _FindPath()
|
H A D | NetworkRequest.cpp | 55 fUrl.UrlString().String()); in _ResolveHostName()
|
/haiku/src/apps/mediaplayer/playlist/ |
H A D | UrlPlaylistItem.cpp | 17 fUrl(url), in UrlPlaylistItem() 25 fUrl = BUrl(item.Url()); in UrlPlaylistItem() 33 fUrl = BUrl(url); in UrlPlaylistItem() 45 return new UrlPlaylistItem(fUrl); in Clone() 62 return into->AddString("mediaplayer:url", fUrl.UrlString()); in Archive() 77 string = fUrl.UrlString(); in GetAttribute() 134 return fUrl.UrlString(); in LocationURI() 163 BMediaFile mediaFile(fUrl); in _CalculateDuration() 181 BMediaFile* mediaFile = new(std::nothrow) BMediaFile(fUrl); in _CreateTrackSupplier() 195 return fUrl; in Url()
|
H A D | UrlPlaylistItem.h | 61 BUrl fUrl;
|
/haiku/src/kits/network/libnetservices2/ |
H A D | NetServicesMisc.cpp | 24 fUrl(std::move(url)), in BUnsupportedProtocol() 33 fUrl(std::move(url)), in BUnsupportedProtocol() 49 return fUrl; in Url() 66 fUrl(std::move(url)) in BInvalidUrl() 74 fUrl(std::move(url)) in BInvalidUrl() 89 return fUrl; in Url()
|
/haiku/src/kits/media/ |
H A D | MediaStreamer.cpp | 23 fUrl = url; in MediaStreamer() 46 return gPluginManager.CreateStreamer(&fStreamer, fUrl, adapter); in CreateAdapter()
|
/haiku/src/preferences/repositories/ |
H A D | RepoRow.h | 30 const char* Url() const { return fUrl.String(); } in Url() 42 BString fUrl; variable
|
H A D | RepoRow.cpp | 26 fUrl(repo_url), in RepoRow() 32 SetField(new BStringField(fUrl.String()), kUrlColumn); in RepoRow()
|
/haiku/headers/private/netservices2/ |
H A D | NetServicesDefs.h | 35 BUrl fUrl; 51 BUrl fUrl;
|
/haiku/headers/private/media/ |
H A D | MediaStreamer.h | 26 BUrl fUrl;
|
/haiku/src/add-ons/media/plugins/rtsp_streamer/ |
H A D | RTSPMediaIO.cpp | 18 fUrl(ourUrl), in RTSPMediaIO() 58 fClient = new HaikuRTSPClient(*fEnv, fUrl.UrlString(), in Open()
|
H A D | RTSPMediaIO.h | 37 BUrl fUrl; variable
|
/haiku/src/add-ons/media/plugins/http_streamer/ |
H A D | HTTPMediaIO.cpp | 113 fUrl(url), in HTTPMediaIO() 164 fReq = BUrlProtocolRoster::MakeRequest(fUrl, fListener, fListener); in Open()
|
H A D | HTTPMediaIO.h | 46 BUrl fUrl; variable
|
/haiku/headers/private/netservices/ |
H A D | HttpResult.h | 51 BUrl fUrl;
|
H A D | UrlRequest.h | 65 BUrl fUrl;
|
H A D | NetworkCookieJar.h | 163 BUrl fUrl; variable
|