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

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dapple_compat.c6 int rc, lderrno; local
8 rc = ldap_get_option(ld, LDAP_OPT_ERROR_NUMBER, &lderrno);
26 return lderrno;
29 int ldap_set_lderrno(LDAP *ld, int lderrno, const char *m, const char *s) argument
33 rc = ldap_set_option(ld, LDAP_OPT_ERROR_NUMBER, &lderrno);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldaptcl/
H A DneoXldap.c83 #define ldap_get_lderrno(ld) (ldap_get_option(ld, LDAP_OPT_ERROR_NUMBER, &lderrno), lderrno)
127 int lderrno; local
199 int lderrno; local
315 int lderrno; local
442 int lderrno; /* might be used by LDAP_ERR_STRING macro */ local
993 int lderrno; local

Completed in 127 milliseconds