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

  /src/external/bsd/openldap/dist/servers/slapd/
backover.c 151 db.be_flags |= SLAP_DBFLAG_OVERLAY;
243 db.be_flags |= SLAP_DBFLAG_OVERLAY;
299 db.be_flags |= SLAP_DBFLAG_OVERLAY;
364 db.be_flags |= SLAP_DBFLAG_OVERLAY;
439 db.be_flags |= SLAP_DBFLAG_OVERLAY;
521 db.be_flags |= SLAP_DBFLAG_OVERLAY;
594 db.be_flags |= SLAP_DBFLAG_OVERLAY;
758 db.be_flags |= SLAP_DBFLAG_OVERLAY;
898 db.be_flags |= SLAP_DBFLAG_OVERLAY;
slap.h 1881 #define SLAP_DBFLAG_OVERLAY 0x0100U /* this db struct is an overlay */
1905 #define SLAP_ISOVERLAY(be) (SLAP_DBFLAGS(be) & SLAP_DBFLAG_OVERLAY)
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c 1105 be.be_flags |= SLAP_DBFLAG_OVERLAY;

Completed in 33 milliseconds