Searched defs:BackendDB (Results 1 – 1 of 1) sorted by relevance
371 typedef struct BackendDB BackendDB; /* per backend database */ typedef1799 struct BackendDB { struct1801 BackendDB *bd_self; /* pointer to this struct */ argument1857 char be_ctrls[SLAP_MAX_CIDS + 1];1884 slap_mask_t be_flags;1915 slap_mask_t be_restrictops; /* restriction operations */1966 slap_mask_t be_requires; /* pre-operation requirements */1974 slap_ssf_set_t be_ssf_set;1976 BerVarray be_suffix; /* the DN suffixes of data in this backend */1977 BerVarray be_nsuffix; /* the normalized DN suffixes in this backend */[all …]