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

  /src/external/bsd/openldap/dist/servers/slapd/
backend.c 273 if ( SLAP_DBDISABLED( be ))
326 if ( SLAP_DBDISABLED( be ))
386 if ( SLAP_DBDISABLED( be ))
683 if ( be->be_nsuffix == NULL || SLAP_DBHIDDEN( be ) || SLAP_DBDISABLED( be )) {
slap.h 1903 #define SLAP_DBDISABLED(be) (SLAP_DBFLAGS(be) & SLAP_DBFLAG_DISABLED)
bconfig.c 1272 if ( SLAP_DBDISABLED( c->be )) {

Completed in 25 milliseconds