Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libsm/
H A Derrstring.c272 if (errnum >= E_LDAPBASE - E_LDAP_SHIM)
273 return ldap_err2string(errnum - E_LDAPBASE);
H A Dldap.c482 save_errno = err + E_LDAPBASE;
506 save_errno = err + E_LDAPBASE;
542 errno = r + E_LDAPBASE;
986 save_errno += E_LDAPBASE;
1092 save_errno += E_LDAPBASE;
1336 save_errno += E_LDAPBASE;
1366 save_errno += E_LDAPBASE;
1422 save_errno += E_LDAPBASE;
1583 errno = save_errno + E_LDAPBASE;
H A Dmbdb.c519 save_errno = sm_ldap_geterrno(LDAPLMAP.ldap_ld) + E_LDAPBASE;
607 errno += E_LDAPBASE;
720 errno += E_LDAPBASE;
/freebsd/contrib/sendmail/include/sm/
H A Derrstring.h53 #define E_LDAPBASE (E_LDAPREALBASE + E_LDAP_SHIM) /* LDAP error zero */ macro
/freebsd/contrib/sendmail/src/
H A Derr.c1300 if (errnum >= E_LDAPBASE - E_LDAP_SHIM)
1301 return ldap_err2string(errnum - E_LDAPBASE);
H A Dmap.c4357 errno = sm_ldap_geterrno(lmap->ldap_ld) + E_LDAPBASE;
4374 switch (save_errno - E_LDAPBASE)