Searched refs:SLAP_DBFLAG_DISABLED (Results 1 – 2 of 2) sorted by relevance
1881 #define SLAP_DBFLAG_DISABLED 0x100000U macro1890 #define SLAP_DBDISABLED(be) (SLAP_DBFLAGS(be) & SLAP_DBFLAG_DISABLED)
1619 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()