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_do_not_cache
(Results
1 - 25
of
25
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/overlays/
dyngroup.c
170
int cache = op->
o_do_not_cache
;
172
op->
o_do_not_cache
= 1;
175
op->
o_do_not_cache
= cache;
refint.c
609
cache = op->
o_do_not_cache
;
610
op->
o_do_not_cache
= 1;
615
op->
o_do_not_cache
= cache;
memberof.c
309
op2.
o_do_not_cache
= 1; /* internal search, don't log */
332
op2.
o_do_not_cache
= 1; /* internal search, don't log */
581
o.
o_do_not_cache
= 1;
dds.c
163
op->
o_do_not_cache
= 1;
1731
op->
o_do_not_cache
= 1;
dynlist.c
481
o.
o_do_not_cache
= 1;
681
o.
o_do_not_cache
= 1;
977
o.
o_do_not_cache
= 1;
1898
o.
o_do_not_cache
= 1;
pcache.c
875
op->
o_do_not_cache
= 1;
1827
op->
o_do_not_cache
= 1;
3436
op->
o_do_not_cache
= 1;
4689
op->
o_do_not_cache
= 1;
4891
op->
o_do_not_cache
= 1;
constraint.c
659
nop.
o_do_not_cache
= 1;
accesslog.c
2056
if (( lo->mask & LOG_OP_READS ) && op->
o_do_not_cache
) {
syncprov.c
2938
op2->
o_do_not_cache
= 1;
/src/external/bsd/openldap/dist/servers/slapd/
operation.c
143
memset( &op->
o_do_not_cache
, 0, sizeof( Operation ) - offsetof( Operation,
o_do_not_cache
));
saslauthz.c
1920
op.
o_do_not_cache
= 1;
1972
do_not_cache = op->
o_do_not_cache
;
1980
op->
o_do_not_cache
= 1;
1982
op->
o_do_not_cache
= do_not_cache;
2090
op.
o_do_not_cache
= 1;
sasl.c
452
op->
o_do_not_cache
= 1;
636
op.
o_do_not_cache
= 1;
1198
op->
o_do_not_cache
= 1;
backend.c
1654
if ( op->o_tag != LDAP_REQ_BIND && !op->
o_do_not_cache
) {
acl.c
2295
op2.
o_do_not_cache
= 1;
slap.h
2733
char
o_do_not_cache
; /* don't cache groups from this op */
member in struct:Operation
/src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
bind.c
427
save_o_do_not_cache = op->
o_do_not_cache
;
428
op->
o_do_not_cache
= 1;
434
op->
o_do_not_cache
= save_o_do_not_cache;
777
if ( ( !op->
o_do_not_cache
|| !op->o_is_auth_check ) &&
1017
if ( !op->o_conn || op->
o_do_not_cache
|| ( isroot ) ) {
1521
!op->
o_do_not_cache
&&
conn.c
557
|| op->
o_do_not_cache
|| be_isroot( op ) )
meta_result.c
1315
if ( op->o_conn && !op->
o_do_not_cache
&& matched ) {
/src/external/bsd/openldap/dist/servers/slapd/back-meta/
bind.c
492
save_o_do_not_cache = op->
o_do_not_cache
;
493
op->
o_do_not_cache
= 1;
499
op->
o_do_not_cache
= save_o_do_not_cache;
595
!op->
o_do_not_cache
&&
1129
if ( op->o_conn && !op->
o_do_not_cache
&& matched ) {
1430
if ( ( !op->
o_do_not_cache
|| !op->o_is_auth_check ) &&
conn.c
1053
|| op->
o_do_not_cache
|| be_isroot( op ) )
/src/external/bsd/openldap/dist/servers/slapd/back-ldap/
bind.c
242
save_o_do_not_cache = op->
o_do_not_cache
;
244
op->
o_do_not_cache
= 1;
249
op->
o_do_not_cache
= save_o_do_not_cache;
831
if ( op->
o_do_not_cache
|| be_isroot( op ) ) {
1906
if ( op->o_conn && !op->
o_do_not_cache
&& match ) {
2077
if ( op->o_conn == NULL || op->
o_do_not_cache
) {
2253
if ( ( !op->
o_do_not_cache
|| !op->o_is_auth_check ) &&
2553
if ( !op->o_conn || op->
o_do_not_cache
|| ( isroot = be_isroot( op ) ) ) {
search.c
951
op2.
o_do_not_cache
= 1;
/src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_ops.c
276
op->
o_do_not_cache
= 1;
slapi_overlay.c
840
if ( op->o_tag != LDAP_REQ_BIND && !op->
o_do_not_cache
&&
/src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/
autogroup.c
535
o.
o_do_not_cache
= 1;
2138
op->
o_do_not_cache
= 1;
Completed in 99 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026