Searched refs:ldap_get_lderrno (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-io.c | 499 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 D | ldappr-public.c | 90 return( ldap_get_lderrno( ld, NULL, NULL )); in prldap_install_routines()
|
/titanic_44/usr/src/lib/libldap5/ |
H A D | mapfile-vers | 239 ldap_get_lderrno;
|
/titanic_44/usr/src/cmd/ldap/common/ |
H A D | ldapsearch.c | 862 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 D | common.c | 1335 int lderr = ldap_get_lderrno( ld, NULL, NULL ); 1581 return( ldap_get_lderrno( ld, NULL, NULL ));
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | digest_md5.c | 816 return (ldap_get_lderrno(ld, NULL, NULL)); in ldap_x_sasl_digest_md5_bind() 836 return (ldap_get_lderrno(ld, NULL, NULL)); in ldap_x_sasl_digest_md5_bind()
|
H A D | error.c | 421 ldap_get_lderrno( LDAP *ld, char **m, char **s ) in ldap_get_lderrno() function
|
H A D | ldap-int.h | 538 #define LDAP_GET_LDERRNO( ld, m, s ) ldap_get_lderrno( ld, m, s )
|
H A D | llib-lldap | 89 int ldap_get_lderrno(LDAP *ld, char **m, char **s);
|
/titanic_44/usr/src/cmd/idmap/idmapd/ |
H A D | directory_provider_ad.c | 542 int err = ldap_get_lderrno(ld, &m, &s); in get_domain()
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | clientinit.c | 907 resultCode = ldap_get_lderrno( ld, NULL, NULL ); in ldapssl_tls_start_s()
|
/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | ldap.c | 1430 err = ldap_get_lderrno(ld, NULL, NULL);
|
/titanic_44/usr/src/head/ |
H A D | ldap.h | 750 int LDAP_CALL ldap_get_lderrno(LDAP *ld, char **m, char **s);
|
/titanic_44/usr/src/lib/libsldap/common/ |
H A D | ns_reads.c | 2596 rc = ldap_get_lderrno(cookie->conn->ld, in search_state_machine() 2731 rc = ldap_get_lderrno(cookie->conn->ld, in search_state_machine()
|
H A D | ns_writes.c | 830 (void) ldap_get_lderrno(conp->ld, in write_state_machine()
|