new_strings      2454 source3/libads/ldap.c 	char **new_strings;
new_strings      2510 source3/libads/ldap.c 	new_strings = ads_pull_strings(ads, mem_ctx, msg, range_attr, &num_new_strings);
new_strings      2531 source3/libads/ldap.c 	if (new_strings && num_new_strings) {
new_strings      2532 source3/libads/ldap.c 		memcpy(&strings[*num_strings], new_strings,
new_strings      2533 source3/libads/ldap.c 		       sizeof(*new_strings) * num_new_strings);