Home
last modified time | relevance | path

Searched refs:SLAP_DBFLAG_DISABLED (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslap.h1881 #define SLAP_DBFLAG_DISABLED 0x100000U macro
1890 #define SLAP_DBDISABLED(be) (SLAP_DBFLAGS(be) & SLAP_DBFLAG_DISABLED)
H A Dbconfig.c1619 c->bi->bi_flags &= ~SLAP_DBFLAG_DISABLED; in config_generic()
1627 c->be->be_flags &= ~SLAP_DBFLAG_DISABLED; in config_generic()
2436 SLAP_DBFLAGS(c->be) |= SLAP_DBFLAG_DISABLED; in config_generic()
2438 SLAP_DBFLAGS(c->be) &= ~SLAP_DBFLAG_DISABLED; in config_generic()