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

/httpd/include/
H A Dutil_ldap.h135 apr_pool_t *rebind_pool; /* frequently cleared pool for rebind data */ member in struct:util_ldap_connection_t
/httpd/modules/ldap/
H A Dutil_ldap.c195 apr_pool_clear(ldc->rebind_pool);
331 rc = apr_ldap_rebind_add(ldc->rebind_pool, ldc->ldap, ldc->binddn, ldc->bindpw);
858 if (apr_pool_create(&(l->rebind_pool), l->pool) != APR_SUCCESS) {

Completed in 1719 milliseconds