util_ald_strdup 54 modules/ldap/util_ldap_cache.c if (!(node->url = util_ald_strdup(cache, n->url))) { util_ald_strdup 166 modules/ldap/util_ldap_cache.c if (!(newnode->vals[i] = util_ald_strdup(cache, node->vals[i]))) { util_ald_strdup 179 modules/ldap/util_ldap_cache.c if (!(newnode->username = util_ald_strdup(cache, node->username)) || util_ald_strdup 180 modules/ldap/util_ldap_cache.c !(newnode->dn = util_ald_strdup(cache, node->dn)) ) { util_ald_strdup 185 modules/ldap/util_ldap_cache.c if(!(newnode->bindpw = util_ald_strdup(cache, node->bindpw))) { util_ald_strdup 260 modules/ldap/util_ldap_cache.c if (!(node->dn = util_ald_strdup(cache, n->dn)) || util_ald_strdup 261 modules/ldap/util_ldap_cache.c !(node->attrib = util_ald_strdup(cache, n->attrib)) || util_ald_strdup 262 modules/ldap/util_ldap_cache.c !(node->value = util_ald_strdup(cache, n->value))) { util_ald_strdup 339 modules/ldap/util_ldap_cache.c if (!(node->reqdn = util_ald_strdup(cache, n->reqdn)) || util_ald_strdup 340 modules/ldap/util_ldap_cache.c !(node->dn = util_ald_strdup(cache, n->dn))) { util_ald_strdup 171 modules/ldap/util_ldap_cache.h const char *util_ald_strdup(util_ald_cache_t *cache, const char *s);