Home
last modified time | relevance | path

Searched refs:ld_options (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dld.c553 char **argv, **nargv, *ld_options; in prepend_ldoptions() local
556 ld_options = getenv_nonempty(MSG_ORIG(MSG_LD_OPTIONS)); in prepend_ldoptions()
557 if (ld_options == NULL) in prepend_ldoptions()
563 opts = split_options(ld_options); in prepend_ldoptions()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c103 if (( ld->ld_options & LDAP_BITOPT_DNS ) != 0 && ldap_is_dns_dn( dn )) { in nsldapi_send_initial_request()
168 if ( bindreqdn == NULL && ( ld->ld_options in nsldapi_send_server_request()
214 || ( (ld->ld_options & LDAP_BITOPT_ASYNC in nsldapi_send_server_request()
217 || (!(ld->ld_options & LDAP_BITOPT_ASYNC ) in nsldapi_send_server_request()
282 if (ld->ld_options & LDAP_BITOPT_ASYNC && err == -2 ) { in nsldapi_send_server_request()
302 if (ld->ld_options & LDAP_BITOPT_ASYNC) { in nsldapi_send_server_request()
339 if (ld->ld_options & LDAP_BITOPT_ASYNC) { in nsldapi_ber_flush()
446 if (ld->ld_options & LDAP_BITOPT_ASYNC && rc == -2) in nsldapi_new_connection()
H A Dsetoption.c41 (ld)->ld_options |= bit; \
43 (ld)->ld_options &= ~bit; \
H A Dsbind.c159 ( ld->ld_options & LDAP_BITOPT_RECONNECT ) != 0 ) { in ldap_simple_bind_s()
H A Dopen.c323 nsldapi_ld_defaults.ld_options = LDAP_BITOPT_REFERRALS; in nsldapi_initialize_defaults()
601 if (( ld->ld_options & LDAP_BITOPT_SSL ) != 0 ) { in nsldapi_open_ldap_defconn()
H A Dabandon.c131 if (ld->ld_options & LDAP_BITOPT_ASYNC) in do_abandon()
H A Dos-ip.c375 if ((ld->ld_options & LDAP_BITOPT_RESTART) &&
485 if ( ld->ld_options & LDAP_BITOPT_ASYNC) {
631 if ( ld->ld_options & LDAP_BITOPT_ASYNC ) {
691 if ( ld->ld_options & LDAP_BITOPT_ASYNC) {
H A Dgetoption.c30 ((ld)->ld_options & bit ) != 0 ? 1 : 0
H A Dresult.c379 if ( rc == 0 || ( rc == -1 && (( ld->ld_options &
413 else if (ld->ld_options & LDAP_BITOPT_ASYNC) {
906 && ( ld->ld_options & LDAP_BITOPT_REFERRALS ) == 0 )) {
H A Dldap-int.h288 unsigned long ld_options; /* boolean options */ member
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c888 ld->ld_options = 0; in main()
913 ld->ld_options |= LDAP_OPT_DNS; in main()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dldap.c1403 ld->ld_options = lmap->ldap_options;