Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h520 #define LDAP_GET_ERRNO( ld ) \ macro
528 #define LDAP_GET_ERRNO( ld ) \ macro
H A Dresult.c374 LDAP_GET_ERRNO( ld ), 0, 0 );
381 LDAP_GET_ERRNO( ld ) != EINTR ))) {
526 terrno = LDAP_GET_ERRNO( ld );
H A Dsasl.c192 if ( ( ret < 0 ) && ( LDAP_GET_ERRNO(ld) == EINTR ) ) in nsldapi_sasl_read()
222 if ( ( ret < 0 ) && ( LDAP_GET_ERRNO(ld) == EINTR ) ) in nsldapi_sasl_read()
H A Derror.c376 LDAP_GET_ERRNO( ld ))); in ldap_perror()
H A Drequest.c337 terrno = LDAP_GET_ERRNO( ld ); in nsldapi_ber_flush()
H A Dos-ip.c696 err = LDAP_GET_ERRNO( ld );