Searched refs:stapling_errcache_timeout (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_util_stapling.c219 expiry = apr_time_from_sec(mctx->stapling_errcache_timeout);
685 if (mctx->stapling_errcache_timeout == UNSET) {
686 mctx->stapling_errcache_timeout = 600;
H A Dssl_engine_config.c144 mctx->stapling_errcache_timeout = UNSET;
286 cfgMergeInt(stapling_errcache_timeout);
1752 sc->server->stapling_errcache_timeout = atoi(arg);
1753 if (sc->server->stapling_errcache_timeout < 0) {
H A Dssl_private.h582 int stapling_errcache_timeout; member in struct:__anon6396

Completed in 95 milliseconds