Searched refs:strvalues (Results 1 – 1 of 1) sorted by relevance
1142 char **strvalues; in make_entry() local1239 strvalues = ldap_get_values(adh->ld, search_res, attr); in make_entry()1240 if (strvalues == NULL) in make_entry()1242 ap->num_values = ldap_count_values(strvalues); in make_entry()1244 ldap_value_free(strvalues); in make_entry()1247 ap->attr_values = strvalues; in make_entry()