Searched refs:authority (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/os/support/
H A DUrl.h30 void SetAuthority(const BString& authority);
/haiku/src/kits/support/
H A DUrl.cpp525 // it is possible that there can be an authority but no host.
1031 // start, beginning with authority or path
1045 // start, beginning with authority or path
1055 // The authority must start with //. If it isn't there, skip
1179 BUrl::SetAuthority(const BString& authority) argument
1181 fAuthority = authority;
1194 int32 length = authority.Length();
1195 const char *authority_c = authority.String();
1220 if (hasUsernamePassword && ':' == authority[offset]) {
1295 // An empty authority i
[all...]

Completed in 69 milliseconds