Home
last modified time | relevance | path

Searched refs:lload_features (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dconnection.c114 if ( (lload_features & LLOAD_FEATURE_PAUSE) && in handle_pdus()
152 if ( !(lload_features & LLOAD_FEATURE_PAUSE) || in handle_pdus()
256 if ( !(lload_features & LLOAD_FEATURE_PAUSE) || !pause ) { in connection_read_cb()
279 ( !(lload_features & LLOAD_FEATURE_PAUSE) || in connection_read_cb()
H A Dbackend.c328 && !(lload_features & LLOAD_FEATURE_VC) in backend_select()
408 if ( !(lload_features & LLOAD_FEATURE_VC) ) in backend_retry()
H A Dproto-lload.h205 LDAP_SLAPD_V (lload_features_t) lload_features;
H A Dbind.c489 if ( lload_features & LLOAD_FEATURE_VC ) { in request_bind()
687 if ( (lload_features & LLOAD_FEATURE_PROXYAUTHZ) && sasl_finished && in handle_bind_response()
H A Ddaemon.c1508 (lload_features & LLOAD_FEATURE_VC) ? 0 : in lload_handle_backend_invalidation()
1623 lload_features ^ ( ~(uintptr_t)change->target ); in lload_handle_global_invalidation()
1644 if ( !(lload_features & LLOAD_FEATURE_PROXYAUTHZ) ) { in lload_handle_global_invalidation()
H A Dconfig.c87 lload_features_t lload_features; variable
1875 return mask_to_verbs( features, lload_features, &c->rvalue_vals ); in config_feature()
1882 lload_change.target = (void *)(uintptr_t)~lload_features; in config_feature()
1888 lload_features = 0; in config_feature()
1891 lload_features &= ~features[i].mask; in config_feature()
1915 lload_features |= mask; in config_feature()
H A Dupstream.c221 if ( lload_features & LLOAD_FEATURE_VC ) { in handle_one_response()
633 !(lload_features & LLOAD_FEATURE_VC) && in upstream_finish()
H A Dclient.c173 if ( (lload_features & LLOAD_FEATURE_PROXYAUTHZ) && in request_process()