Searched refs:ldap_get_lderrno (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c499 return( ldap_get_lderrno( ld, NULL, NULL ));
507 return( ldap_get_lderrno( ld, NULL, NULL ));
597 return( ldap_get_lderrno( ld, NULL, NULL ));
627 return( ldap_get_lderrno( ld, NULL, NULL ));
634 return( ldap_get_lderrno( ld, NULL, NULL ));
H A Dldappr-public.c90 return( ldap_get_lderrno( ld, NULL, NULL ));
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c946 resultCode = ldap_get_lderrno( ld, NULL, NULL );
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c816 return (ldap_get_lderrno(ld, NULL, NULL));
836 return (ldap_get_lderrno(ld, NULL, NULL));
H A Derror.c421 ldap_get_lderrno( LDAP *ld, char **m, char **s ) function
H A Dldap-int.h535 #define LDAP_GET_LDERRNO( ld, m, s ) ldap_get_lderrno( ld, m, s )
H A Dllib-lldap89 int ldap_get_lderrno(LDAP *ld, char **m, char **s);
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapsearch.c861 return ( ldap_get_lderrno( ld, NULL, NULL ) );
888 return ( ldap_get_lderrno( ld, NULL, NULL ) );
1080 if ( ldap_get_lderrno( ld, NULL, NULL ) != LDAP_SUCCESS ) {
H A Dcommon.c1335 int lderr = ldap_get_lderrno( ld, NULL, NULL );
1581 return( ldap_get_lderrno( ld, NULL, NULL ));
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dldap.c1438 err = ldap_get_lderrno(ld, NULL, NULL);
/osnet-11/usr/src/head/
H A Dldap.h743 int LDAP_CALL ldap_get_lderrno(LDAP *ld, char **m, char **s);
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_writes.c902 (void) ldap_get_lderrno(conp->ld,
913 * ldap_get_lderrno does not expect
1133 * free only if not returned by ldap_get_lderrno
H A Dns_reads.c3265 rc = ldap_get_lderrno(cookie->conn->ld,

Completed in 60 milliseconds