Searched refs:SerfSession (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/ucb/source/ucp/webdav/ |
H A D | SerfSession.cxx | 64 SerfLockStore SerfSession::m_aSerfLockStore; 69 SerfSession::SerfSession( in SerfSession() function in SerfSession 96 SerfSession::~SerfSession( ) in ~SerfSession() 116 void SerfSession::Init() in Init() 195 apr_pool_t* SerfSession::getAprPool() in getAprPool() 215 bool SerfSession::isHeadRequestInProgress() in isHeadRequestInProgress() 220 bool SerfSession::isSSLNeeded() in isSSLNeeded() 225 char* SerfSession::getHostinfo() in getHostinfo() 303 sal_Bool SerfSession::UsesProxy() in UsesProxy() 1352 void SerfSession::abort() in abort() [all …]
|
H A D | SerfLockStore.hxx | 36 class SerfSession; 48 rtl::Reference< SerfSession > xSession; 54 _LockInfo( rtl::Reference< SerfSession > const & _xSession, in _LockInfo() 73 void registerSession( SerfSession aSession ); 78 rtl::Reference< SerfSession > const & xSession,
|
H A D | SerfCallbacks.cxx | 38 SerfSession* pSerfSession = static_cast< SerfSession* >( setup_baton ); in Serf_ConnectSetup() 74 return static_cast<SerfSession*>(pSerfSession) in Serf_CertificateChainValidation()
|
H A D | SerfRequestProcessor.hxx | 42 class SerfSession; 48 SerfRequestProcessor( SerfSession& rSerfSession, 184 SerfSession& mrSerfSession;
|
H A D | SerfSession.hxx | 49 class SerfSession : public DAVSession class 83 virtual ~SerfSession(); 86 SerfSession( const rtl::Reference< DAVSessionFactory > & rSessionFactory,
|
H A D | DAVSessionFactory.cxx | 66 new SerfSession( this, inUri, *m_xProxyDecider.get() ) ); in createDAVSession() 89 aIt->second = new SerfSession( this, inUri, *m_xProxyDecider.get() ); in createDAVSession()
|
H A D | SerfLockStore.cxx | 142 void SerfLockStore::registerSession( SerfSession /* aSession */ ) 172 rtl::Reference< SerfSession > const & xSession, in addLock()
|
H A D | SerfRequestProcessor.cxx | 39 SerfRequestProcessor::SerfRequestProcessor( SerfSession& rSerfSession, in SerfRequestProcessor()
|
Completed in 35 milliseconds