OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:restrictops
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/back-monitor/
database.c
69
init_readOnly( monitor_info_t *mi, Entry *e, slap_mask_t
restrictops
)
71
struct berval *tf = ( (
restrictops
& SLAP_RESTRICT_OP_MASK ) == SLAP_RESTRICT_OP_WRITES ) ?
78
init_restrictedOperation( monitor_info_t *mi, Entry *e, slap_mask_t
restrictops
)
83
if (
restrictops
& restricted_ops[ i ].tag ) {
94
if (
restrictops
& restricted_exops[ i ].tag ) {
/src/external/bsd/openldap/dist/servers/slapd/
backend.c
1100
slap_mask_t
restrictops
;
local
1109
restrictops
= frontendDB->be_restrictops;
1130
restrictops
|= op->o_bd->be_restrictops;
1394
if( (
restrictops
& opflag )
1395
|| ( exopflag && (
restrictops
& exopflag ) )
1396
|| ((
restrictops
& SLAP_RESTRICT_READONLY ) && updateop )) {
1397
if( (
restrictops
& SLAP_RESTRICT_OP_MASK) == SLAP_RESTRICT_OP_READS ) {
1399
} else if (
restrictops
& exopflag ) {
bconfig.c
3540
slap_mask_t
restrictops
= 0;
local
3574
i = verbs_to_mask( c->argc, c->argv, restrictable_ops, &
restrictops
);
3581
if (
restrictops
& SLAP_RESTRICT_OP_EXTENDED )
3582
restrictops
&= ~SLAP_RESTRICT_EXOP_MASK;
3583
c->be->be_restrictops |=
restrictops
;
/src/external/bsd/openldap/dist/servers/lloadd/
config.c
1950
slap_mask_t
restrictops
= 0;
local
1972
i = verbs_to_mask( c->argc, c->argv, restrictable_ops, &
restrictops
);
1980
if (
restrictops
& SLAP_RESTRICT_OP_EXTENDED )
1981
restrictops
&= ~SLAP_RESTRICT_EXOP_MASK;
Completed in 21 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026