Home
last modified time | relevance | path

Searched refs:fAuthority (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/support/
H A DUrl.cpp106 fAuthority = other.fAuthority; in BUrl()
477 fAuthority.Truncate(0); in Authority()
480 fAuthority << UserInfo() << '@'; in Authority()
481 fAuthority << Host(); in Authority()
484 fAuthority << ':' << fPort; in Authority()
488 return fAuthority; in Authority()
836 fAuthority = other.fAuthority; in operator =()
1181 fAuthority = authority; in SetAuthority()
1191 bool hasUsernamePassword = B_ERROR != fAuthority.FindFirst('@'); in SetAuthority()
/haiku/headers/os/support/
H A DUrl.h132 mutable BString fAuthority; variable