Searched refs:SLAP_CONFIG (Results 1 – 3 of 3) sorted by relevance
274 if ( SLAP_CONFIG( be )) { in root_dse_info()
1659 if ( SLAP_CONFIG( c->be ) && !c->be->be_acl ) { in config_generic()2243 if ( SLAP_CONFIG( c->be ) && c->be->be_acl == defacl_parsed) { in config_generic()2255 if ( SLAP_CONFIG( c->be ) && !c->be->be_acl) { in config_generic()3298 } else if ( SLAP_CONFIG(c->be) ) { in config_suffix()
2371 #define SLAP_CONFIG(be) (SLAP_BFLAGS(be) & SLAP_BFLAG_CONFIG) macro