Searched refs:fAuthority (Results 1 – 2 of 2) sorted by relevance
106 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()
132 mutable BString fAuthority; variable