Home
last modified time | relevance | path

Searched refs:SLAP_BFLAG_STANDALONE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dmodule_init.c151 bi->bi_flags = SLAP_BFLAG_STANDALONE; in lload_back_initialize()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dconfig.c927 } else if ( ( c->bi && !c->be ) || ( c->bi && c->bi->bi_flags & SLAP_BFLAG_STANDALONE ) ) { in read_config_file()
H A Dslap.h2359 #define SLAP_BFLAG_STANDALONE 0x10000U /* started up regardless of whether any databases use it */ macro
H A Dbconfig.c1857 if ( c->bi->bi_flags & SLAP_BFLAG_STANDALONE ) { in config_generic()
7436 if ( !bi->bi_private && !(bi->bi_flags & SLAP_BFLAG_STANDALONE) ) continue; in config_back_db_open()