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

/macosx-10.10.1/apache-793/httpd/include/
H A Dap_socache.h59 apr_interval_time_t expiry_interval; member in struct:ap_socache_hints
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_scache.c59 hints.expiry_interval = 300;
85 hints.expiry_interval = 30;
/macosx-10.10.1/apache-793/httpd/modules/cache/
H A Dmod_socache_dbm.c48 apr_interval_time_t expiry_interval; member in struct:ap_socache_instance_t
152 ctx->expiry_interval = (hints && hints->expiry_interval
153 ? hints->expiry_interval : apr_time_from_sec(30));
375 if (now < ctx->last_expiry + ctx->expiry_interval) {

Completed in 123 milliseconds