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

  /src/external/bsd/openldap/dist/servers/slapd/
slap.h 1883 #define SLAP_DBFLAG_DYNAMIC 0x0400U /* this db allows dynamicObjects */
2393 #define SLAP_DYNAMIC(be) ((SLAP_BFLAGS(be) & SLAP_BFLAG_DYNAMIC) || (SLAP_DBFLAGS(be) & SLAP_DBFLAG_DYNAMIC))
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
dds.c 1656 SLAP_DBFLAGS( be ) |= SLAP_DBFLAG_DYNAMIC;

Completed in 37 milliseconds