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

/httpd/modules/ldap/
H A Dutil_ldap_cache.c55 util_ald_free(cache, node);
72 util_ald_free(cache, node->url);
76 util_ald_free(cache, node);
207 util_ald_free(cache, node->vals[i]);
210 util_ald_free(cache, node->vals);
212 util_ald_free(cache, node->username);
213 util_ald_free(cache, node->dn);
214 util_ald_free(cache, node->bindpw);
215 util_ald_free(cache, node);
282 util_ald_free(cach
[all...]
H A Dutil_ldap_cache_mgr.c79 void util_ald_free(util_ald_cache_t *cache, const void *ptr) function
163 util_ald_free(cache, sgl_out->subgroupDNs[i]);
165 util_ald_free(cache, sgl_out->subgroupDNs);
166 util_ald_free(cache, sgl_out);
192 util_ald_free(cache, (*sgl)->subgroupDNs[i]);
194 util_ald_free(cache, *sgl);
252 util_ald_free(cache, p);
371 util_ald_free(cache, cache);
413 util_ald_free(cache, p);
417 util_ald_free(cach
[all...]
H A Dutil_ldap_cache.h179 void util_ald_free(util_ald_cache_t *cache, const void *ptr);

Completed in 35 milliseconds