Home
last modified time | relevance | path

Searched refs:strvalues (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libadutils/common/
H A Dadutils.c1142 char **strvalues; in make_entry() local
1239 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()