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

/macosx-10.10.1/apache-793/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
/macosx-10.10.1/apache-793/httpd/modules/ldap/
H A Dutil_ldap.c190 apr_pool_clear(ldc->rebind_pool);
324 rc = apr_ldap_rebind_add(ldc->rebind_pool, ldc->ldap, ldc->binddn, ldc->bindpw);
828 if (apr_pool_create(&(l->rebind_pool), l->pool) != APR_SUCCESS) {

Completed in 140 milliseconds