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

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dadutils.c100 LDAPMessage *search_res; /* The LDAP search result */ member in struct:idmap_q
511 if (q->search_res != NULL) {
512 idmap_extract_object(state, q, q->search_res, ld);
513 (void) ldap_msgfree(q->search_res);
514 q->search_res = NULL;
519 if (q->search_res == NULL) {
520 q->search_res = *res;
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c1137 make_entry(adutils_q_t *q, adutils_host_t *adh, LDAPMessage *search_res, argument
1151 if ((dn = ldap_get_dn(adh->ld, search_res)) == NULL)
1174 for (attr = ldap_first_attribute(adh->ld, search_res, &ber);
1176 attr = ldap_next_attribute(adh->ld, search_res, ber)) {
1203 for (attr = ldap_first_attribute(adh->ld, search_res, &ber), i = 1;
1206 attr = ldap_next_attribute(adh->ld, search_res, ber)) {
1213 ldap_get_values_len(adh->ld, search_res, attr);
1239 strvalues = ldap_get_values(adh->ld, search_res, attr);
1270 add_entry(adutils_host_t *adh, adutils_q_t *q, LDAPMessage *search_res) argument
1276 ret = make_entry(q, adh, search_res,
[all...]

Completed in 74 milliseconds