Searched refs:session_cache_timeout (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/ssl/
H A Dssl_engine_init.c216 if (sc->session_cache_timeout == UNSET) {
217 sc->session_cache_timeout = SSL_SESSION_CACHE_TIMEOUT;
1491 sc->session_cache_timeout == UNSET ?
1492 SSL_SESSION_CACHE_TIMEOUT : sc->session_cache_timeout);
H A Dssl_engine_config.c214 sc->session_cache_timeout = UNSET;
357 cfgMergeInt(session_cache_timeout);
1175 sc->session_cache_timeout = atoi(arg);
1177 if (sc->session_cache_timeout < 0) {
H A Dssl_private.h655 int session_cache_timeout; member in struct:SSLSrvConfigRec
H A Dssl_engine_kernel.c1689 long timeout = sc->session_cache_timeout;

Completed in 2833 milliseconds