Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dbackend.c276 if ( SLAP_DBDISABLED( be )) in backend_startup()
329 if ( SLAP_DBDISABLED( be )) in backend_startup()
389 if ( SLAP_DBDISABLED( be )) in backend_shutdown()
688 if ( be->be_nsuffix == NULL || SLAP_DBHIDDEN( be ) || SLAP_DBDISABLED( be )) { in select_backend()
H A Dslap.h1890 #define SLAP_DBDISABLED(be) (SLAP_DBFLAGS(be) & SLAP_DBFLAG_DISABLED) macro
H A Dbconfig.c1221 if ( SLAP_DBDISABLED( c->be )) { in config_generic()