Searched refs:E_LDAP_SHIM (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/sendmail/include/sm/
H A Derrstring.h53 #define E_LDAPBASE (E_LDAPREALBASE + E_LDAP_SHIM) /* LDAP error zero */
58 ** errors. We expect them to be between zero and -E_LDAP_SHIM
62 #define E_LDAP_SHIM 30 macro
/freebsd-12-stable/contrib/sendmail/libsm/
H A Derrstring.c268 ** libldap (in the range -E_LDAP_SHIM to zero, offset by E_LDAPBASE)
272 if (errnum >= E_LDAPBASE - E_LDAP_SHIM)
/freebsd-12-stable/contrib/sendmail/src/
H A Derr.c1247 if (errnum >= E_LDAPBASE - E_LDAP_SHIM)

Completed in 99 milliseconds