Searched defs:search_res (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils.c1144 make_entry(adutils_q_t *q, adutils_host_t *adh, LDAPMessage *search_res, argument
1158 if ((dn = ldap_get_dn(adh->ld, search_res)) == NULL)
1181 for (attr = ldap_first_attribute(adh->ld, search_res, &ber);
1183 attr = ldap_next_attribute(adh->ld, search_res, ber)) {
1210 for (attr = ldap_first_attribute(adh->ld, search_res, &ber), i = 1;
1213 attr = ldap_next_attribute(adh->ld, search_res, ber)) {
1220 ldap_get_values_len(adh->ld, search_res, attr);
1246 strvalues = ldap_get_values(adh->ld, search_res, attr);
1277 add_entry(adutils_host_t *adh, adutils_q_t *q, LDAPMessage *search_res) argument
1283 ret = make_entry(q, adh, search_res,
[all...]

Completed in 17 milliseconds