Searched refs:connection_pool_ttl (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/apache-793/httpd/include/
H A Dutil_ldap.h178 apr_interval_time_t connection_pool_ttl; member in struct:util_ldap_state_t
/macosx-10.10.1/apache-793/httpd/modules/ldap/
H A Dutil_ldap.c720 if (st->connection_pool_ttl > 0) {
721 if (l->bound && (now - l->freed) > st->connection_pool_ttl) {
755 /* no check for connection_pool_ttl, since we are unbinding any way */
825 l->keep = (st->connection_pool_ttl == 0) ? 0 : 1;
2701 st->connection_pool_ttl = timeout;
2779 st->connection_pool_ttl = AP_LDAP_CONNPOOL_DEFAULT; /* no limit */
2833 st->connection_pool_ttl = (overrides->connection_pool_ttl == AP_LDAP_CONNPOOL_DEFAULT) ?
2834 base->connection_pool_ttl : overrides->connection_pool_ttl;
[all...]

Completed in 193 milliseconds