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

  /src/external/bsd/openldap/dist/servers/lloadd/
connection.c 114 if ( (lload_features & LLOAD_FEATURE_PAUSE) &&
152 if ( !(lload_features & LLOAD_FEATURE_PAUSE) ||
256 if ( !(lload_features & LLOAD_FEATURE_PAUSE) || !pause ) {
279 ( !(lload_features & LLOAD_FEATURE_PAUSE) ||
backend.c 366 && !(lload_features & LLOAD_FEATURE_VC)
431 if ( !(lload_features & LLOAD_FEATURE_VC) )
proto-lload.h 234 LDAP_SLAPD_V (lload_features_t) lload_features;
daemon.c 1565 (lload_features & LLOAD_FEATURE_VC) ? 0 :
1718 lload_features ^ ( ~(uintptr_t)change->target );
1739 if ( !(lload_features & LLOAD_FEATURE_PROXYAUTHZ) ) {
bind.c 493 if ( lload_features & LLOAD_FEATURE_VC ) {
691 if ( (lload_features & LLOAD_FEATURE_PROXYAUTHZ) && sasl_finished &&
upstream.c 247 if ( lload_features & LLOAD_FEATURE_VC ) {
674 !(lload_features & LLOAD_FEATURE_VC) &&
client.c 302 if ( (lload_features & LLOAD_FEATURE_PROXYAUTHZ) &&
config.c 85 lload_features_t lload_features; variable
2039 return mask_to_verbs( features, lload_features, &c->rvalue_vals );
2046 lload_change.target = (void *)(uintptr_t)~lload_features;
2052 lload_features = 0;
2055 lload_features &= ~features[i].mask;
2079 lload_features |= mask;

Completed in 30 milliseconds