Home
last modified time | relevance | path

Searched refs:ldap_get_lderrno (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c499 return( ldap_get_lderrno( ld, NULL, NULL )); in prldap_newhandle()
507 return( ldap_get_lderrno( ld, NULL, NULL )); in prldap_newhandle()
597 return( ldap_get_lderrno( ld, NULL, NULL )); in prldap_session_arg_from_ld()
627 return( ldap_get_lderrno( ld, NULL, NULL )); in prldap_socket_arg_from_ld()
634 return( ldap_get_lderrno( ld, NULL, NULL )); in prldap_socket_arg_from_ld()
H A Dldappr-public.c87 return( ldap_get_lderrno( ld, NULL, NULL )); in prldap_install_routines()
/illumos-gate/usr/src/lib/libldap5/
H A Dmapfile-vers240 ldap_get_lderrno;
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapsearch.c862 return ( ldap_get_lderrno( ld, NULL, NULL ) );
889 return ( ldap_get_lderrno( ld, NULL, NULL ) );
1081 if ( ldap_get_lderrno( ld, NULL, NULL ) != LDAP_SUCCESS ) {
H A Dcommon.c1336 int lderr = ldap_get_lderrno( ld, NULL, NULL );
1582 return( ldap_get_lderrno( ld, NULL, NULL ));
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c814 return (ldap_get_lderrno(ld, NULL, NULL)); in ldap_x_sasl_digest_md5_bind()
834 return (ldap_get_lderrno(ld, NULL, NULL)); in ldap_x_sasl_digest_md5_bind()
H A Derror.c419 ldap_get_lderrno( LDAP *ld, char **m, char **s ) in ldap_get_lderrno() function
H A Dldap-int.h536 #define LDAP_GET_LDERRNO( ld, m, s ) ldap_get_lderrno( ld, m, s )
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddirectory_provider_ad.c544 int err = ldap_get_lderrno(ld, &m, &s); in get_domain()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c907 resultCode = ldap_get_lderrno( ld, NULL, NULL ); in ldapssl_tls_start_s()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dldap.c1430 err = ldap_get_lderrno(ld, NULL, NULL);
/illumos-gate/usr/src/head/
H A Dldap.h750 int LDAP_CALL ldap_get_lderrno(LDAP *ld, char **m, char **s);
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c2598 rc = ldap_get_lderrno(cookie->conn->ld, in search_state_machine()
2734 rc = ldap_get_lderrno(cookie->conn->ld, in search_state_machine()
H A Dns_writes.c830 (void) ldap_get_lderrno(conp->ld, in write_state_machine()