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

/httpd/modules/ldap/
H A Dutil_ldap.c810 apr_pool_t *newpool; local
811 if (apr_pool_create(&newpool, NULL) != APR_SUCCESS) {
827 l = apr_pcalloc(newpool, sizeof(util_ldap_connection_t));
828 l->pool = newpool;

Completed in 18 milliseconds