Home
last modified time | relevance | path

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

/trunk/main/tools/source/fsys/
H A Durlobj.cxx600 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()
[all …]
/trunk/main/tools/inc/tools/
H A Durlobj.hxx548 { return hasPassword() && m_aAuth.isEmpty(); } in IsEmptyPass()
558 { return decode(m_aAuth, getEscapePrefix(), eMechanism, eCharset); } in GetPass()
1341 SubString m_aAuth; member in INetURLObject