Searched refs:ldap_get_lderrno (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-io.c | 499 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 D | ldappr-public.c | 90 return( ldap_get_lderrno( ld, NULL, NULL ));
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | clientinit.c | 907 resultCode = ldap_get_lderrno( ld, NULL, NULL );
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | directory_provider_ad.c | 544 int err = ldap_get_lderrno(ld, &m, &s);
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | digest_md5.c | 816 return (ldap_get_lderrno(ld, NULL, NULL)); 836 return (ldap_get_lderrno(ld, NULL, NULL));
|
H A D | error.c | 421 ldap_get_lderrno( LDAP *ld, char **m, char **s ) 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);
|
/illumos-gate/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 ));
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | ldap.c | 1430 err = ldap_get_lderrno(ld, NULL, NULL);
|
/illumos-gate/usr/src/head/ |
H A D | ldap.h | 750 int LDAP_CALL ldap_get_lderrno(LDAP *ld, char **m, char **s);
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_reads.c | 2596 rc = ldap_get_lderrno(cookie->conn->ld, 2731 rc = ldap_get_lderrno(cookie->conn->ld,
|
H A D | ns_writes.c | 830 (void) ldap_get_lderrno(conp->ld, 842 * ldap_get_lderrno does not expect 1056 * free only if not returned by ldap_get_lderrno
|
Completed in 133 milliseconds