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

/freebsd-10.1-release/contrib/sendmail/include/sm/
H A Dldap.h109 char **lr_attrs; member in struct:sm_ldap_recurse_entry
/freebsd-10.1-release/contrib/sendmail/libsm/
H A Dldap.c625 newe->lr_attrs = NULL;
1073 if (rl->lr_attrs != NULL)
1075 free(rl->lr_attrs);
1076 rl->lr_attrs = NULL;
1242 rl->lr_attrs = (char **)malloc(sizeof(char *) * (attrnum + 2));
1243 if (rl->lr_attrs == NULL)
1252 rl->lr_attrs[i] = rl->lr_ludp->lud_attrs[i];
1254 rl->lr_attrs[i++] = "objectClass";
1255 rl->lr_attrs[i++] = NULL;
1272 rl->lr_attrs,
[all...]

Completed in 87 milliseconds