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

  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
database.c 280 (void)init_readOnly( mi, e, be->be_restrictops );
281 (void)init_restrictedOperation( mi, e, be->be_restrictops );
551 (void)init_readOnly( mi, e_database, frontendDB->be_restrictops );
552 (void)init_restrictedOperation( mi, e_database, frontendDB->be_restrictops );
666 rp_cur = be->be_restrictops;
847 if ( rp_delete == be->be_restrictops ) {
936 be->be_restrictops = rp_cur;
  /src/external/bsd/openldap/dist/servers/slapd/
backend.c 622 be->be_restrictops = frontendDB->be_restrictops;
1109 restrictops = frontendDB->be_restrictops;
1130 restrictops |= op->o_bd->be_restrictops;
bconfig.c 1197 c->value_int = (c->be->be_restrictops & SLAP_RESTRICT_READONLY);
1579 c->be->be_restrictops &= ~SLAP_RESTRICT_READONLY;
2021 c->be->be_restrictops |= SLAP_RESTRICT_READONLY;
2023 c->be->be_restrictops &= ~SLAP_RESTRICT_READONLY;
3563 return mask_to_verbs( restrictable_ops, c->be->be_restrictops,
3567 c->be->be_restrictops = 0;
3570 c->be->be_restrictops &= ~restrictable_ops[i].mask;
3583 c->be->be_restrictops |= restrictops;
daemon.c 2715 frontendDB->be_restrictops |= SLAP_RESTRICT_OP_WRITES;
2717 be->be_restrictops |= SLAP_RESTRICT_OP_WRITES;
slap.h 1928 slap_mask_t be_restrictops; /* restriction operations */ member in struct:BackendDB
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_utils.c 3434 be->be_restrictops |= SLAP_RESTRICT_OP_WRITES;
3436 be->be_restrictops &= ~(SLAP_RESTRICT_OP_WRITES);
3444 return ( (be->be_restrictops & SLAP_RESTRICT_OP_WRITES) == SLAP_RESTRICT_OP_WRITES );

Completed in 47 milliseconds