OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:restrictops
(Results
1 - 3
of
3
) sorted by relevancy
/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 34 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026