HomeSort by: relevance | last modified time | path
    Searched refs:SLAP_BFLAG_STANDALONE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/lloadd/
module_init.c 157 bi->bi_flags = SLAP_BFLAG_STANDALONE;
  /src/external/bsd/openldap/dist/servers/slapd/
config.c 928 } else if ( ( c->bi && !c->be ) || ( c->bi && c->bi->bi_flags & SLAP_BFLAG_STANDALONE ) ) {
slap.h 2375 #define SLAP_BFLAG_STANDALONE 0x10000U /* started up regardless of whether any databases use it */
bconfig.c 1906 if ( c->bi->bi_flags & SLAP_BFLAG_STANDALONE ) {
7583 if ( !bi->bi_private && !(bi->bi_flags & SLAP_BFLAG_STANDALONE) ) continue;

Completed in 23 milliseconds