Lines Matching refs:m_aHost
123 m_aHost(r.m_aHost), in FTPURL()
179 m_aHost = aExpr.copy(1+l); in parse()
197 l = m_aHost.lastIndexOf(sal_Unicode(':')); in parse()
198 sal_Int32 ipv6Back = m_aHost.lastIndexOf(sal_Unicode(']')); in parse()
204 if(1+l<m_aHost.getLength()) in parse()
205 m_aPort = m_aHost.copy(1+l); in parse()
206 m_aHost = m_aHost.copy(0,l); in parse()
234 m_pFCP->setHost(m_aHost, in parse()
262 m_pFCP->forHost(m_aHost, in ident()
275 bff.append(m_aHost); in ident()
308 m_pFCP->forHost(m_aHost, in parent()
321 bff.append(m_aHost); in parent()