Home
last modified time | relevance | path

Searched refs:SLAPO_BFLAG_DISABLED (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dbackover.c158 if ( on->on_bi.bi_flags & SLAPO_BFLAG_DISABLED ) in over_db_open()
181 if ( on->on_bi.bi_flags & SLAPO_BFLAG_DISABLED ) in over_db_close()
215 if ( on->on_bi.bi_flags & SLAPO_BFLAG_DISABLED ) in over_db_destroy()
246 if ( on->on_bi.bi_flags & SLAPO_BFLAG_DISABLED ) in over_back_response()
293 if ( on->on_bi.bi_flags & SLAPO_BFLAG_DISABLED ) in over_access_allowed()
358 if ( on->on_bi.bi_flags & SLAPO_BFLAG_DISABLED ) in overlay_entry_get_ov()
433 if ( on->on_bi.bi_flags & SLAPO_BFLAG_DISABLED ) in overlay_entry_release_ov()
515 if ( on->on_bi.bi_flags & SLAPO_BFLAG_DISABLED ) in over_acl_group()
588 if ( on->on_bi.bi_flags & SLAPO_BFLAG_DISABLED ) in over_acl_attribute()
691 if ( on->on_bi.bi_flags & SLAPO_BFLAG_DISABLED ) in overlay_op_walk()
[all …]
H A Dslap.h2366 #define SLAPO_BFLAG_DISABLED 0x08000000U macro
2386 #define SLAPO_DISABLED(be) (SLAP_BFLAGS(be) & SLAPO_BFLAG_DISABLED)
H A Dbconfig.c1214 if ( c->bi->bi_flags & SLAPO_BFLAG_DISABLED ) { in config_generic()
2429 c->bi->bi_flags |= SLAPO_BFLAG_DISABLED; in config_generic()
2431 c->bi->bi_flags &= ~SLAPO_BFLAG_DISABLED; in config_generic()