Searched refs:ld_options (Results 1 – 12 of 12) sorted by relevance
536 char **nargv, *ld_options; in prepend_ldoptions() local539 if ((ld_options = getenv(MSG_ORIG(MSG_LD_OPTIONS))) == NULL) in prepend_ldoptions()546 while (isspace(*ld_options)) in prepend_ldoptions()547 ld_options++; in prepend_ldoptions()548 if (ld_options[0] == '\0') in prepend_ldoptions()554 if ((ld_options = strdup(ld_options)) == NULL) { in prepend_ldoptions()563 nargc = process_ldoptions(ld_options, NULL); in prepend_ldoptions()582 nargc += process_ldoptions(ld_options, &nargv[nargc]); in prepend_ldoptions()
105 if (( ld->ld_options & LDAP_BITOPT_DNS ) != 0 && ldap_is_dns_dn( dn )) { in nsldapi_send_initial_request()170 if ( bindreqdn == NULL && ( ld->ld_options in nsldapi_send_server_request()216 || ( (ld->ld_options & LDAP_BITOPT_ASYNC in nsldapi_send_server_request()219 || (!(ld->ld_options & LDAP_BITOPT_ASYNC ) in nsldapi_send_server_request()284 if (ld->ld_options & LDAP_BITOPT_ASYNC && err == -2 ) { in nsldapi_send_server_request()304 if (ld->ld_options & LDAP_BITOPT_ASYNC) { in nsldapi_send_server_request()341 if (ld->ld_options & LDAP_BITOPT_ASYNC) { in nsldapi_ber_flush()448 if (ld->ld_options & LDAP_BITOPT_ASYNC && rc == -2) in nsldapi_new_connection()
43 (ld)->ld_options |= bit; \45 (ld)->ld_options &= ~bit; \
161 ( ld->ld_options & LDAP_BITOPT_RECONNECT ) != 0 ) { in ldap_simple_bind_s()
133 if (ld->ld_options & LDAP_BITOPT_ASYNC) in do_abandon()
323 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()
375 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) {
32 ((ld)->ld_options & bit ) != 0 ? 1 : 0
381 if ( rc == 0 || ( rc == -1 && (( ld->ld_options &415 else if (ld->ld_options & LDAP_BITOPT_ASYNC) {908 && ( ld->ld_options & LDAP_BITOPT_REFERRALS ) == 0 )) {
290 unsigned long ld_options; /* boolean options */ member
888 ld->ld_options = 0; in main()913 ld->ld_options |= LDAP_OPT_DNS; in main()
1403 ld->ld_options = lmap->ldap_options;