Home
last modified time | relevance | path

Searched refs:ld_errno (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dreferral.c179 ld->ld_errno = LDAP_PARAM_ERROR; in ldap_get_reference_urls()
184 ld->ld_errno = LDAP_DECODING_ERROR; in ldap_get_reference_urls()
H A Dspagectrl.c45 ld->ld_errno = rc; in ldap_create_page_control()
H A Derror.c432 return( ld->ld_errno ); in ldap_get_lderrno()
459 ld->ld_errno = e; in ldap_set_lderrno()
H A Dldap-int.h273 int ld_errno; member
H A Ddigest_md5.c711 ld->ld_errno = errnum; in ldap_x_sasl_digest_md5_bind_s()
H A Dsasl.c861 if ( ld->ld_errno == LDAP_SUCCESS ) { in nsldapi_get_sasl_mechs()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dldap.c742 lmap->ldap_ld->ld_errno = LDAP_SUCCESS;
833 lmap->ldap_ld->ld_errno = LDAP_SUCCESS;
1432 err = ld->ld_errno;
1439 ld->ld_errno = LDAP_SUCCESS;
H A Dmbdb.c601 LDAPLMAP.ldap_ld->ld_errno = LDAP_SUCCESS;
635 LDAPLMAP.ldap_ld->ld_errno = LDAP_SUCCESS;
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c1129 printf("\t\tError with references: %s\n", ldap_err2string(ld->ld_errno)); in print_search_entry()