HomeSort by: relevance | last modified time | path
    Searched refs:ld_options (Results 1 - 21 of 21) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
unbind.c 149 for ( ll = ld->ld_options.ldo_conn_cbs; ll; ll = next ) {
177 if ( ld->ld_options.ldo_defludp != NULL ) {
178 ldap_free_urllist( ld->ld_options.ldo_defludp );
179 ld->ld_options.ldo_defludp = NULL;
182 if ( ld->ld_options.ldo_local_ip_addrs.local_ip_addrs ) {
183 LDAP_FREE( ld->ld_options.ldo_local_ip_addrs.local_ip_addrs );
184 memset( & ld->ld_options.ldo_local_ip_addrs, 0,
189 if ( ld->ld_options.ldo_peer != NULL ) {
190 LDAP_FREE( ld->ld_options.ldo_peer );
191 ld->ld_options.ldo_peer = NULL
    [all...]
open.c 48 &ld->ld_options.ldo_defludp, 1, 1, NULL, 0, 0 );
155 AC_MEMCPY(&ld->ld_options, gopts, sizeof(ld->ld_options));
162 if ( ld->ld_options.ldo_tls_pin_hashalg ) {
165 ld->ld_options.ldo_tls_pin_hashalg =
167 if ( !ld->ld_options.ldo_tls_pin_hashalg ) goto nomem;
169 ld->ld_options.ldo_tls_pin.bv_val = ld->ld_options.ldo_tls_pin_hashalg
171 AC_MEMCPY( ld->ld_options.ldo_tls_pin_hashalg, gopts->ldo_tls_pin_hashalg,
173 } else if ( !BER_BVISEMPTY(&ld->ld_options.ldo_tls_pin) )
    [all...]
os-ip.c 137 if ( ld->ld_options.ldo_keepalive_idle > 0 )
141 (void*) &ld->ld_options.ldo_keepalive_idle,
142 sizeof(ld->ld_options.ldo_keepalive_idle) ) == AC_SOCKET_ERROR )
154 if ( ld->ld_options.ldo_keepalive_probes > 0 )
158 (void*) &ld->ld_options.ldo_keepalive_probes,
159 sizeof(ld->ld_options.ldo_keepalive_probes) ) == AC_SOCKET_ERROR )
171 if ( ld->ld_options.ldo_keepalive_interval > 0 )
175 (void*) &ld->ld_options.ldo_keepalive_interval,
176 sizeof(ld->ld_options.ldo_keepalive_interval) ) == AC_SOCKET_ERROR )
198 if ( ld->ld_options.ldo_tcp_user_timeout > 0
    [all...]
cyrus.c 515 int nocanon = (int)LDAP_BOOL_GET( &ld->ld_options,
567 ld->ld_options.ldo_sasl_cbinding,
596 &ld->ld_options.ldo_sasl_secprops );
1023 *(char **)arg = ld->ld_options.ldo_def_sasl_mech
1024 ? LDAP_STRDUP( ld->ld_options.ldo_def_sasl_mech ) : NULL;
1027 *(char **)arg = ld->ld_options.ldo_def_sasl_realm
1028 ? LDAP_STRDUP( ld->ld_options.ldo_def_sasl_realm ) : NULL;
1031 *(char **)arg = ld->ld_options.ldo_def_sasl_authcid
1032 ? LDAP_STRDUP( ld->ld_options.ldo_def_sasl_authcid ) : NULL;
1035 *(char **)arg = ld->ld_options.ldo_def_sasl_authzi
    [all...]
ldap-int.h 290 #define LDAP_IS_UDP(ld) ((ld)->ld_options.ldo_is_udp)
499 #define ld_options ldc->ldc_options macro
501 #define ld_valid ld_options.ldo_valid
502 #define ld_debug ld_options.ldo_debug
504 #define ld_deref ld_options.ldo_deref
505 #define ld_timelimit ld_options.ldo_timelimit
506 #define ld_sizelimit ld_options.ldo_sizelimit
508 #define ld_defbinddn ld_options.ldo_defbinddn
509 #define ld_defbase ld_options.ldo_defbase
510 #define ld_defhost ld_options.ldo_defhos
    [all...]
abandon.c 219 if ( LDAP_IS_UDP(ld) && ld->ld_options.ldo_version ==
223 LDAP_MUTEX_LOCK( &ld->ld_options.ldo_mutex );
224 dn = ld->ld_options.ldo_cldapdn;
229 LDAP_MUTEX_UNLOCK( &ld->ld_options.ldo_mutex );
os-local.c 166 if ( ld->ld_options.ldo_tm_net.tv_sec >= 0 ) {
167 tv = ld->ld_options.ldo_tm_net;
262 LDAP_BOOL_GET(&ld->ld_options, LDAP_BOOL_RESTART ));
293 LDAP_BOOL_GET(&ld->ld_options, LDAP_BOOL_RESTART ));
tls2.c 366 ctx = ld->ld_options.ldo_tls_ctx;
382 ld->ld_options.ldo_tls_ctx = ctx;
385 if ( ld->ld_options.ldo_tls_connect_cb )
386 ld->ld_options.ldo_tls_connect_cb( ld, ssl, ctx,
387 ld->ld_options.ldo_tls_connect_arg );
389 ld->ld_options.ldo_tls_connect_cb )
567 if (ld->ld_options.ldo_tls_require_cert != LDAP_OPT_X_TLS_NEVER &&
568 ld->ld_options.ldo_tls_require_cert != LDAP_OPT_X_TLS_ALLOW) {
578 if ( !BER_BVISNULL( &ld->ld_options.ldo_tls_pin ) ) {
580 ld->ld_options.ldo_tls_pin_hashalg
    [all...]
gssapi.c 541 if ( ld->ld_options.ldo_gssapi_options & LDAP_GSSAPI_OPT_ALLOW_REMOTE_PRINCIPAL ) {
606 if (!( ld->ld_options.ldo_gssapi_options & LDAP_GSSAPI_OPT_DO_NOT_FREE_GSS_CONTEXT )) {
710 req_flags = ld->ld_options.ldo_gssapi_flags;
875 * (unsigned *) arg = (unsigned) ld->ld_options.ldo_gssapi_flags;
879 if ( ld->ld_options.ldo_gssapi_flags & GSS_C_INTEG_FLAG ) {
887 if ( ld->ld_options.ldo_gssapi_flags & GSS_C_CONF_FLAG ) {
907 if ( ld->ld_options.ldo_gssapi_options & LDAP_GSSAPI_OPT_DO_NOT_FREE_GSS_CONTEXT ) {
915 if ( ld->ld_options.ldo_gssapi_options & LDAP_GSSAPI_OPT_ALLOW_REMOTE_PRINCIPAL ) {
938 ld->ld_options.ldo_gssapi_flags = * (unsigned *)arg;
944 ld->ld_options.ldo_gssapi_flags |= GSS_C_INTEG_FLAG
    [all...]
request.c 156 LDAP_MUTEX_LOCK( &ld->ld_options.ldo_mutex );
157 if (ld->ld_options.ldo_cldapdn)
158 ldap_memfree(ld->ld_options.ldo_cldapdn);
159 ld->ld_options.ldo_cldapdn = ldap_strdup(dn);
161 LDAP_MUTEX_UNLOCK( &ld->ld_options.ldo_mutex );
283 LDAP_MUTEX_LOCK( &ld->ld_options.ldo_mutex );
284 if ( time( NULL ) - lc->lconn_created <= ld->ld_options.ldo_tm_net.tv_sec )
289 LDAP_MUTEX_UNLOCK( &ld->ld_options.ldo_mutex );
318 LDAP_MUTEX_LOCK( &ld->ld_options.ldo_mutex );
319 rc = ber_write( &tmpber, ld->ld_options.ldo_peer
    [all...]
result.c 286 if ( timeout == NULL && ld->ld_options.ldo_tm_api.tv_sec >= 0 ) {
287 tv = ld->ld_options.ldo_tm_api;
355 !LDAP_BOOL_GET(&ld->ld_options, LDAP_BOOL_RESTART)
555 if ( ld->ld_options.ldo_version == LDAP_VERSION2 ) isv2 = 1;
589 if ( !LDAP_BOOL_GET( &ld->ld_options, LDAP_BOOL_KEEPCONN )) {
734 if ( LDAP_BOOL_GET(&ld->ld_options, LDAP_BOOL_REFERRALS) ||
789 ( LDAP_BOOL_GET(&ld->ld_options, LDAP_BOOL_REFERRALS) ||
977 !LDAP_BOOL_GET( &ld->ld_options, LDAP_BOOL_KEEPCONN )) {
1045 !LDAP_BOOL_GET( &ld->ld_options, LDAP_BOOL_KEEPCONN )) {
options.c 122 lo = &ld->ld_options;
496 lo = &ld->ld_options;
632 if ( ld->ld_options.ldo_local_ip_addrs.local_ip_addrs ) {
633 LDAP_FREE( ld->ld_options.ldo_local_ip_addrs.local_ip_addrs );
634 memset( &ld->ld_options.ldo_local_ip_addrs, 0,
search.c 302 base = ld->ld_options.ldo_defbase;
317 if ( LDAP_IS_UDP(ld) && ld->ld_options.ldo_version == LDAP_VERSION2) {
318 char *dn = ld->ld_options.ldo_cldapdn;
test.c 649 LDAP_BOOL_ZERO(&ld->ld_options);
654 LDAP_BOOL_SET(&ld->ld_options, LDAP_BOOL_REFERRALS);
sasl.c 467 mechs = ld->ld_options.ldo_def_sasl_mech;
tls_g.c 587 int chkSAN = ld->ld_options.ldo_tls_require_san, gotSAN = 0;
tls_o.c 827 int chkSAN = ld->ld_options.ldo_tls_require_san, gotSAN = 0;
  /src/external/gpl2/mkhybrid/dist/
mkisofs.c 294 static const struct ld_option ld_options[] = variable in typeref:struct:ld_option
453 #define OPTION_COUNT (sizeof ld_options / sizeof ld_options[0])
648 if (ld_options[i].doc != NULL)
662 if (ld_options[j].shortopt != '\0'
663 && ld_options[j].control != NO_HELP)
665 fprintf (stderr, "%s-%c", comma ? ", " : "", ld_options[j].shortopt);
667 if (ld_options[j].arg != NULL)
669 if (ld_options[j].opt.has_arg != optional_argument)
674 fprintf (stderr, "%s", ld_options[j].arg)
    [all...]
  /src/external/gpl3/binutils/dist/ld/
lexsup.c 100 static const struct ld_option ld_options[] = variable in typeref:struct:ld_option
650 #define OPTION_COUNT ARRAY_SIZE (ld_options)
693 if (ld_options[i].shortopt != '\0')
695 shortopts[is] = ld_options[i].shortopt;
697 if (ld_options[i].opt.has_arg == required_argument
698 || ld_options[i].opt.has_arg == optional_argument)
702 if (ld_options[i].opt.has_arg == optional_argument)
709 if (ld_options[i].opt.name != NULL)
711 if (ld_options[i].control == EXACTLY_TWO_DASHES)
713 really_longopts[irl] = ld_options[i].opt
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
lexsup.c 102 static const struct ld_option ld_options[] = variable in typeref:struct:ld_option
659 #define OPTION_COUNT ARRAY_SIZE (ld_options)
702 if (ld_options[i].shortopt != '\0')
704 shortopts[is] = ld_options[i].shortopt;
706 if (ld_options[i].opt.has_arg == required_argument
707 || ld_options[i].opt.has_arg == optional_argument)
711 if (ld_options[i].opt.has_arg == optional_argument)
718 if (ld_options[i].opt.name != NULL)
720 if (ld_options[i].control == EXACTLY_TWO_DASHES)
722 really_longopts[irl] = ld_options[i].opt
    [all...]
  /src/external/bsd/openldap/dist/contrib/ldaptcl/
neoXldap.c 936 ldap->ld_options = 0;

Completed in 47 milliseconds