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

/httpd/modules/ldap/
H A Dutil_ldap_cache_mgr.c148 util_compare_subgroup_t *sgl_out = NULL; local
154 sgl_out = (util_compare_subgroup_t *) util_ald_alloc(cache, sizeof(util_compare_subgroup_t));
155 if (sgl_out) {
156 sgl_out->subgroupDNs = util_ald_alloc(cache, sizeof(char *) * sgl_in->len);
157 if (sgl_out->subgroupDNs) {
159 sgl_out->subgroupDNs[i] = util_ald_strdup(cache, sgl_in->subgroupDNs[i]);
160 if (!sgl_out->subgroupDNs[i]) {
163 util_ald_free(cache, sgl_out->subgroupDNs[i]);
165 util_ald_free(cache, sgl_out->subgroupDNs);
166 util_ald_free(cache, sgl_out);
[all...]

Completed in 563 milliseconds