Home
last modified time | relevance | path

Searched refs:o_do_not_cache (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Ddyngroup.c166 int cache = op->o_do_not_cache; in dyngroup_response()
168 op->o_do_not_cache = 1; in dyngroup_response()
171 op->o_do_not_cache = cache; in dyngroup_response()
H A Drefint.c598 cache = op->o_do_not_cache; in refint_repair()
599 op->o_do_not_cache = 1; in refint_repair()
603 op->o_do_not_cache = cache; in refint_repair()
H A Ddds.c163 op->o_do_not_cache = 1; in dds_expire()
1731 op->o_do_not_cache = 1; in dds_count()
H A Dmemberof.c306 op2.o_do_not_cache = 1; /* internal search, don't log */ in memberof_isGroupOrMember()
329 op2.o_do_not_cache = 1; /* internal search, don't log */ in memberof_isGroupOrMember()
H A Dpcache.c871 op->o_do_not_cache = 1; in merge_entry()
1821 op->o_do_not_cache = 1; in remove_query_data()
3430 op->o_do_not_cache = 1; in refresh_query()
4683 op->o_do_not_cache = 1; in pcache_db_open2()
4885 op->o_do_not_cache = 1; in pcache_db_close()
H A Dconstraint.c653 nop.o_do_not_cache = 1; in constraint_violation()
H A Daccesslog.c1571 if (( lo->mask & LOG_OP_READS ) && op->o_do_not_cache ) { in accesslog_response()
H A Ddynlist.c854 o.o_do_not_cache = 1; in dynlist_compare()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Doperation.c143 memset( &op->o_do_not_cache, 0, sizeof( Operation ) - offsetof( Operation, o_do_not_cache )); in slap_op_free()
H A Dsaslauthz.c1919 op.o_do_not_cache = 1; in slap_sasl_match()
1971 do_not_cache = op->o_do_not_cache; in slap_sasl_check_authz()
1979 op->o_do_not_cache = 1; in slap_sasl_check_authz()
1981 op->o_do_not_cache = do_not_cache; in slap_sasl_check_authz()
2089 op.o_do_not_cache = 1; in slap_sasl2dn()
H A Dsasl.c452 op->o_do_not_cache = 1; in slap_auxprop_lookup()
636 op.o_do_not_cache = 1; in slap_auxprop_store()
1198 op->o_do_not_cache = 1; in slapd_rw_apply()
H A Dbackend.c1658 if ( op->o_tag != LDAP_REQ_BIND && !op->o_do_not_cache ) { in fe_acl_group()
H A Dacl.c2295 op2.o_do_not_cache = 1; in acl_set_gather()
H A Dslap.h2715 char o_do_not_cache; /* don't cache groups from this op */ member
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dbind.c490 save_o_do_not_cache = op->o_do_not_cache; in meta_back_single_bind()
491 op->o_do_not_cache = 1; in meta_back_single_bind()
497 op->o_do_not_cache = save_o_do_not_cache; in meta_back_single_bind()
593 !op->o_do_not_cache && in meta_back_single_dobind()
1130 if ( op->o_conn && !op->o_do_not_cache && matched ) { in meta_back_op_result()
1431 if ( ( !op->o_do_not_cache || !op->o_is_auth_check ) && in meta_back_proxy_authz_cred()
H A Dconn.c1103 || op->o_do_not_cache || be_isroot( op ) ) in meta_back_getconn()
H A Dsearch.c185 !op->o_do_not_cache && in meta_search_dobind_init()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dbind.c418 save_o_do_not_cache = op->o_do_not_cache; in asyncmeta_single_bind()
419 op->o_do_not_cache = 1; in asyncmeta_single_bind()
425 op->o_do_not_cache = save_o_do_not_cache; in asyncmeta_single_bind()
768 if ( ( !op->o_do_not_cache || !op->o_is_auth_check ) && in asyncmeta_back_proxy_authz_cred()
997 if ( !op->o_conn || op->o_do_not_cache || ( isroot ) ) { in asyncmeta_back_proxy_authz_ctrl()
1501 !op->o_do_not_cache && in asyncmeta_dobind_init()
H A Dconn.c557 || op->o_do_not_cache || be_isroot( op ) ) in asyncmeta_getconn()
H A Dmeta_result.c1313 if ( op->o_conn && !op->o_do_not_cache && matched ) { in asyncmeta_handle_common_result()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dbind.c242 save_o_do_not_cache = op->o_do_not_cache; in ldap_back_bind()
244 op->o_do_not_cache = 1; in ldap_back_bind()
249 op->o_do_not_cache = save_o_do_not_cache; in ldap_back_bind()
840 if ( op->o_do_not_cache || be_isroot( op ) ) { in ldap_back_getconn()
1898 if ( op->o_conn && !op->o_do_not_cache && match ) { in ldap_back_op_result()
2069 if ( op->o_conn == NULL || op->o_do_not_cache ) { in ldap_back_is_proxy_authz()
2245 if ( ( !op->o_do_not_cache || !op->o_is_auth_check ) && in ldap_back_proxy_authz_bind()
2545 if ( !op->o_conn || op->o_do_not_cache || ( isroot = be_isroot( op ) ) ) { in ldap_back_proxy_authz_ctrl()
H A Dsearch.c951 op2.o_do_not_cache = 1; in ldap_back_entry_get()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_overlay.c840 if ( op->o_tag != LDAP_REQ_BIND && !op->o_do_not_cache && in slapi_over_acl_group()
H A Dslapi_ops.c275 op->o_do_not_cache = 1; in slapi_int_connection_init_pb()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/
H A Dautogroup.c527 o.o_do_not_cache = 1; in autogroup_add_members_from_filter()
2097 op->o_do_not_cache = 1; in autogroup_db_open()

12