Searched refs:be_restrictops (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-monitor/
H A Ddatabase.c275 (void)init_readOnly( mi, e, be->be_restrictops );
276 (void)init_restrictedOperation( mi, e, be->be_restrictops );
590 (void)init_readOnly( mi, e_database, frontendDB->be_restrictops );
591 (void)init_restrictedOperation( mi, e_database, frontendDB->be_restrictops );
709 rp_cur = be->be_restrictops;
890 if ( rp_delete == be->be_restrictops ) {
979 be->be_restrictops = rp_cur;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dbackend.c610 be->be_restrictops = frontendDB->be_restrictops;
1032 restrictops = frontendDB->be_restrictops;
1053 restrictops |= op->o_bd->be_restrictops;
H A Dbconfig.c981 c->value_int = (c->be->be_restrictops & SLAP_RESTRICT_READONLY);
1621 c->be->be_restrictops |= SLAP_RESTRICT_READONLY;
1623 c->be->be_restrictops &= ~SLAP_RESTRICT_READONLY;
3105 return mask_to_verbs( restrictable_ops, c->be->be_restrictops,
3109 c->be->be_restrictops = 0;
3112 c->be->be_restrictops &= ~restrictable_ops[i].mask;
3125 c->be->be_restrictops |= restrictops;
H A Ddaemon.c2673 frontendDB->be_restrictops |= SLAP_RESTRICT_OP_WRITES;
2675 be->be_restrictops |= SLAP_RESTRICT_OP_WRITES;
H A Dslap.h1899 slap_mask_t be_restrictops; /* restriction operations */ member in struct:BackendDB
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_utils.c3387 be->be_restrictops |= SLAP_RESTRICT_OP_WRITES;
3389 be->be_restrictops &= ~(SLAP_RESTRICT_OP_WRITES);
3397 return ( (be->be_restrictops & SLAP_RESTRICT_OP_WRITES) == SLAP_RESTRICT_OP_WRITES );

Completed in 95 milliseconds