Home
last modified time | relevance | path

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

/dports/devel/poco/poco-1.10.1-all/NetSSL_OpenSSL/include/Poco/Net/
H A DSSLManager.h332 static const std::string CFG_CACHE_SESSIONS; variable
/dports/devel/poco/poco-1.10.1-all/NetSSL_OpenSSL/src/
H A DSSLManager.cpp52 const std::string SSLManager::CFG_CACHE_SESSIONS("cacheSessions"); member in Poco::Net::SSLManager
341 bool cacheSessions = config.getBool(prefix + CFG_CACHE_SESSIONS, false); in initDefaultContext()