Searched refs:E_LDAPBASE (Results 1 – 6 of 6) sorted by relevance
270 if (errnum >= E_LDAPBASE)271 return ldap_err2string(errnum - E_LDAPBASE);
261 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;
528 save_errno = sm_ldap_geterrno(LDAPLMAP.ldap_ld) + E_LDAPBASE;616 errno += E_LDAPBASE;729 errno += E_LDAPBASE;
52 #define E_LDAPBASE (E_PSEUDOBASE + 70) /* base for LDAP errors */ macro
1141 if (errnum >= E_LDAPBASE)1142 return ldap_err2string(errnum - E_LDAPBASE);
3685 errno = sm_ldap_geterrno(lmap->ldap_ld) + E_LDAPBASE;3702 switch (save_errno - E_LDAPBASE)