util_ald_alloc     51 modules/ldap/util_ldap_cache.c     util_url_node_t *node = util_ald_alloc(cache, sizeof *node);
util_ald_alloc    150 modules/ldap/util_ldap_cache.c     util_search_node_t *newnode = util_ald_alloc(cache, sizeof *newnode);
util_ald_alloc    159 modules/ldap/util_ldap_cache.c             if (!(newnode->vals = util_ald_alloc(cache, sizeof(char *) * (k+1)))) {
util_ald_alloc    257 modules/ldap/util_ldap_cache.c     util_compare_node_t *node = util_ald_alloc(cache, sizeof *node);
util_ald_alloc    336 modules/ldap/util_ldap_cache.c     util_dn_compare_node_t *node = util_ald_alloc(cache, sizeof *node);
util_ald_alloc    170 modules/ldap/util_ldap_cache.h void *util_ald_alloc(util_ald_cache_t *cache, unsigned long size);
util_ald_alloc    305 modules/ldap/util_ldap_cache_mgr.c     cache->nodes = (util_cache_node_t **)util_ald_alloc(cache, cache->size * sizeof(util_cache_node_t *));
util_ald_alloc    405 modules/ldap/util_ldap_cache_mgr.c     if ((node = (util_cache_node_t *)util_ald_alloc(cache, sizeof(util_cache_node_t))) == NULL) {