Home
last modified time | relevance | path

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

/trunk/main/ucbhelper/source/client/
H A Dproxydecider.cxx92 std::list< HostListEntry > m_aHostList; member in ucbhelper::proxydecider_impl::HostnameCache
102 = m_aHostList.begin(); in get()
104 = m_aHostList.end(); in get()
120 if ( m_aHostList.size() == m_nCapacity ) in put()
121 m_aHostList.resize( m_nCapacity / 2 ); in put()
123 m_aHostList.push_front( HostListEntry( rKey, rValue ) ); in put()

Completed in 17 milliseconds