Searched defs:ttl (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/ldap/
H A Dutil_ldap.c2177 const char *ttl)
2188 st->search_cache_ttl = atol(ttl) * 1000000;
2222 const char *ttl)
2233 st->compare_cache_ttl = atol(ttl) * 1000000;
2573 const char *ttl)
2587 st->connectionTimeout = atol(ttl);
2176 util_ldap_set_cache_ttl(cmd_parms *cmd, void *dummy, const char *ttl) argument
2221 util_ldap_set_opcache_ttl(cmd_parms *cmd, void *dummy, const char *ttl) argument
2571 util_ldap_set_connection_timeout(cmd_parms *cmd, void *dummy, const char *ttl) argument
/httpd/modules/proxy/
H A Dmod_proxy.h373 apr_interval_time_t ttl; /* maximum amount of time in seconds a connection member in struct:__anon284

Completed in 21 milliseconds