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

/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dldap.h108 LDAPURLDesc *lr_ludp; member in struct:sm_ldap_recurse_entry
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dldap.c624 newe->lr_ludp = NULL;
1068 if (rl->lr_ludp != NULL)
1070 ldap_free_urldesc(rl->lr_ludp);
1071 rl->lr_ludp = NULL;
1213 &rl->lr_ludp);
1222 if (rl->lr_ludp->lud_attrs != NULL)
1226 while (rl->lr_ludp->lud_attrs[attrnum] != NULL)
1228 if (strcasecmp(rl->lr_ludp->lud_attrs[attrnum],
1246 ldap_free_urldesc(rl->lr_ludp);
1252 rl->lr_attrs[i] = rl->lr_ludp
[all...]

Completed in 29 milliseconds