Lines Matching refs:m_aAuth
600 m_aAuth.clear(); in setInvalid()
1298 m_aAuth.set(aSynAbsURIRef, aSynAuth.makeStringAndClear(), in setAbsURIRef()
1321 m_aAuth.set(aSynAbsURIRef, aSynAuth.makeStringAndClear(), in setAbsURIRef()
1892 || (m_aAuth.compare( in convertAbsToRel()
1893 aSubject.m_aAuth, m_aAbsURIRef, aSubject.m_aAbsURIRef) in convertAbsToRel()
2240 m_aAuth.isPresent() ? m_aAuth.getEnd() : in getAuthority()
2279 m_aAuth += nDelta; in setUser()
2302 if (m_aAuth.isPresent()) in clearPassword()
2304 lcl_Erase(m_aAbsURIRef, m_aAuth.getBegin() - 1, in clearPassword()
2305 m_aAuth.getLength() + 1); in clearPassword()
2306 sal_Int32 nDelta = m_aAuth.clear() - 1; in clearPassword()
2329 if (m_aAuth.isPresent()) in setPassword()
2330 nDelta = m_aAuth.set(m_aAbsURIRef, aNewAuth); in setPassword()
2335 = m_aAuth.set(m_aAbsURIRef, aNewAuth, m_aUser.getEnd() + 1) + 1; in setPassword()
2343 = m_aAuth.set(m_aAbsURIRef, aNewAuth, m_aHost.getBegin() + 1) + 2; in setPassword()
2352 = m_aAuth.set(m_aAbsURIRef, aNewAuth, m_aPath.getBegin() + 1) + 1; in setPassword()
4163 m_aAuth.set(m_aAbsURIRef, in ConcatData()
4318 return m_aAuth.isPresent() && getSchemeInfo().m_bPassword; in hasPassword()
4324 if (m_eScheme == INET_PROT_IMAP && m_aAuth.getLength() == 1 in makeAuthCanonic()
4325 && m_aAbsURIRef.charAt(m_aAuth.getBegin()) == '*') in makeAuthCanonic()
4327 lcl_Erase(m_aAbsURIRef, m_aAuth.getBegin() in makeAuthCanonic()
4330 sal_Int32 nDelta = m_aAuth.clear() - RTL_CONSTASCII_LENGTH(";AUTH="); in makeAuthCanonic()