OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:o_ctrlflag
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/bsd/openldap/dist/contrib/slapd-modules/authzid/
authzid.c
173
(void)authzid_conn_insert( op->o_conn, op->
o_ctrlflag
[ authzid_cid ] );
286
if ( op->
o_ctrlflag
[ authzid_cid ] <= SLAP_CONTROL_IGNORED ) {
289
op->
o_ctrlflag
[ authzid_cid ] = ac->authzid_flag;
294
if ( op->
o_ctrlflag
[ authzid_cid ] > SLAP_CONTROL_IGNORED ) {
313
if ( op->
o_ctrlflag
[ authzid_cid ] != SLAP_CONTROL_NONE ) {
326
op->
o_ctrlflag
[ authzid_cid ] = ctrl->ldctl_iscritical ? SLAP_CONTROL_CRITICAL : SLAP_CONTROL_NONCRITICAL;
/src/external/bsd/openldap/dist/servers/slapd/overlays/
sssvlv.c
665
if ( (op->
o_ctrlflag
[sss_cid] != SLAP_CONTROL_CRITICAL) ||
824
if ( op->
o_ctrlflag
[sss_cid] <= SLAP_CONTROL_IGNORED ) {
825
if ( op->
o_ctrlflag
[vlv_cid] > SLAP_CONTROL_IGNORED ) {
831
so2.so_vlv = op->
o_ctrlflag
[vlv_cid];
848
op->
o_ctrlflag
[sss_cid]);
859
vc = op->
o_ctrlflag
[vlv_cid] > SLAP_CONTROL_IGNORED ?
965
so->so_vlv = op->
o_ctrlflag
[vlv_cid];
973
so->so_vlv = op->
o_ctrlflag
[vlv_cid];
1138
if ( op->
o_ctrlflag
[sss_cid] > SLAP_CONTROL_IGNORED ) {
1150
op->
o_ctrlflag
[sss_cid] = ctrl->ldctl_iscritical
[
all
...]
valsort.c
289
( op->
o_ctrlflag
[valsort_cid] & SLAP_CONTROL_DATA0))
542
op->
o_ctrlflag
[valsort_cid] = ctrl->ldctl_iscritical ?
545
op->
o_ctrlflag
[valsort_cid] |= SLAP_CONTROL_DATA0;
ppolicy.c
1976
if ( op->
o_ctrlflag
[ppolicy_cid] ) {
2021
if ( op->
o_ctrlflag
[ppolicy_cid] ) {
2190
if ( op->
o_ctrlflag
[account_usability_cid] ) {
2238
if ( op->
o_ctrlflag
[ppolicy_cid] &&
2335
if ( op->
o_ctrlflag
[ppolicy_cid] ) {
2591
if ( op->
o_ctrlflag
[ppolicy_cid] ) {
3237
op->
o_ctrlflag
[ppolicy_cid] = ctrl->ldctl_iscritical
3254
op->
o_ctrlflag
[account_usability_cid] = ctrl->ldctl_iscritical
deref.c
119
#define o_deref
o_ctrlflag
[deref_cid]
dynlist.c
479
memset( o.
o_ctrlflag
, 0, sizeof( o.
o_ctrlflag
));
682
memset( o.
o_ctrlflag
, 0, sizeof( o.
o_ctrlflag
));
1896
memset( o.
o_ctrlflag
, 0, sizeof( o.
o_ctrlflag
));
pcache.c
2791
if ( op->
o_ctrlflag
[ privDB_cid ] != SLAP_CONTROL_CRITICAL ) {
2861
if ( op->
o_ctrlflag
[ privDB_cid ] == SLAP_CONTROL_CRITICAL )
2984
if ( op->
o_ctrlflag
[ privDB_cid ] == SLAP_CONTROL_CRITICAL ) {
5014
if ( op->
o_ctrlflag
[ privDB_cid ] != SLAP_CONTROL_NONE ) {
5029
op->
o_ctrlflag
[ privDB_cid ] = SLAP_CONTROL_CRITICAL;
5323
if ( op->
o_ctrlflag
[ privDB_cid ] == SLAP_CONTROL_CRITICAL ) {
unique.c
1011
memset( nop->
o_ctrlflag
, 0, sizeof( nop->
o_ctrlflag
));
syncprov.c
108
#define o_sync
o_ctrlflag
[slap_cids.sc_LDAPsync]
111
#define o_sync_mode
o_ctrlflag
[slap_cids.sc_LDAPsync]
/src/external/bsd/openldap/dist/servers/slapd/
slap.h
2760
char
o_ctrlflag
[SLAP_MAX_CIDS]; /* per-control flags */
member in struct:Operation
2763
#define o_dontUseCopy
o_ctrlflag
[slap_cids.sc_dontUseCopy]
2766
#define o_relax
o_ctrlflag
[slap_cids.sc_relax]
2769
#define o_managedsait
o_ctrlflag
[slap_cids.sc_manageDSAit]
2772
#define o_noop
o_ctrlflag
[slap_cids.sc_noOp]
2773
#define o_proxy_authz
o_ctrlflag
[slap_cids.sc_proxyAuthz]
2774
#define o_subentries
o_ctrlflag
[slap_cids.sc_subentries]
2777
#define o_subentries_visibility
o_ctrlflag
[slap_cids.sc_subentries]
2782
#define o_assert
o_ctrlflag
[slap_cids.sc_assert]
2787
#define o_valuesreturnfilter
o_ctrlflag
[slap_cids.sc_valuesReturnFilter
[
all
...]
controls.c
1035
switch ( op->
o_ctrlflag
[ ctrl ] ) {
1065
op->
o_ctrlflag
[ ctrl ] = SLAP_CONTROL_IGNORED;
/src/external/bsd/openldap/dist/contrib/slapd-modules/noopsrch/
noopsrch.c
39
#define o_noopsrch
o_ctrlflag
[noopsrch_cid]
/src/external/bsd/openldap/dist/contrib/slapd-modules/dupent/
dupent.c
54
#define o_dupent
o_ctrlflag
[dupent_cid]
/src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
rbacuser.c
290
op2.
o_ctrlflag
[ppolicy_cid] = SLAP_CONTROL_CRITICAL;
/src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
pam.c
183
op->
o_ctrlflag
[ppolicy_cid] = SLAP_CONTROL_NONCRITICAL;
/src/external/bsd/openldap/dist/servers/slapd/back-ldap/
distproc.c
215
#define o_returnContRef
o_ctrlflag
[sc_returnContRef]
chain.c
57
#define o_chaining
o_ctrlflag
[sc_chainingBehavior]
Completed in 31 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026