Searched refs:E_LDAPBASE (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/sendmail/libsm/
H A Derrstring.c270 if (errnum >= E_LDAPBASE)
271 return ldap_err2string(errnum - E_LDAPBASE);
H A Dldap.c261 errno = bind_result + E_LDAPBASE;
710 save_errno += E_LDAPBASE;
816 save_errno += E_LDAPBASE;
1060 save_errno += E_LDAPBASE;
1090 save_errno += E_LDAPBASE;
1146 save_errno += E_LDAPBASE;
1307 errno = save_errno + E_LDAPBASE;
H A Dmbdb.c528 save_errno = sm_ldap_geterrno(LDAPLMAP.ldap_ld) + E_LDAPBASE;
616 errno += E_LDAPBASE;
729 errno += E_LDAPBASE;
/freebsd-10.1-release/contrib/sendmail/include/sm/
H A Derrstring.h52 #define E_LDAPBASE (E_PSEUDOBASE + 70) /* base for LDAP errors */ macro
/freebsd-10.1-release/contrib/sendmail/src/
H A Derr.c1141 if (errnum >= E_LDAPBASE)
1142 return ldap_err2string(errnum - E_LDAPBASE);
H A Dmap.c3685 errno = sm_ldap_geterrno(lmap->ldap_ld) + E_LDAPBASE;
3702 switch (save_errno - E_LDAPBASE)

Completed in 114 milliseconds