Searched refs:lr_attrs (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/sendmail/include/sm/
H A Dldap.h112 char **lr_attrs; member in struct:sm_ldap_recurse_entry
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dldap.c840 newe->lr_attrs = NULL;
1288 if (rl->lr_attrs != NULL)
1290 free(rl->lr_attrs);
1291 rl->lr_attrs = NULL;
1457 rl->lr_attrs = (char **)malloc(sizeof(char *) * (attrnum + 2));
1458 if (rl->lr_attrs == NULL)
1467 rl->lr_attrs[i] = rl->lr_ludp->lud_attrs[i];
1469 rl->lr_attrs[i++] = "objectClass";
1470 rl->lr_attrs[i++] = NULL;
1487 rl->lr_attrs,
[all...]

Completed in 101 milliseconds