| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | dyngroup.c | 166 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 D | refint.c | 598 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 D | dds.c | 163 op->o_do_not_cache = 1; in dds_expire() 1731 op->o_do_not_cache = 1; in dds_count()
|
| H A D | memberof.c | 306 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 D | pcache.c | 871 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 D | constraint.c | 653 nop.o_do_not_cache = 1; in constraint_violation()
|
| H A D | accesslog.c | 1571 if (( lo->mask & LOG_OP_READS ) && op->o_do_not_cache ) { in accesslog_response()
|
| H A D | dynlist.c | 854 o.o_do_not_cache = 1; in dynlist_compare()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | operation.c | 143 memset( &op->o_do_not_cache, 0, sizeof( Operation ) - offsetof( Operation, o_do_not_cache )); in slap_op_free()
|
| H A D | saslauthz.c | 1919 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 D | sasl.c | 452 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 D | backend.c | 1658 if ( op->o_tag != LDAP_REQ_BIND && !op->o_do_not_cache ) { in fe_acl_group()
|
| H A D | acl.c | 2295 op2.o_do_not_cache = 1; in acl_set_gather()
|
| H A D | slap.h | 2715 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 D | bind.c | 490 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 D | conn.c | 1103 || op->o_do_not_cache || be_isroot( op ) ) in meta_back_getconn()
|
| H A D | search.c | 185 !op->o_do_not_cache && in meta_search_dobind_init()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/ |
| H A D | bind.c | 418 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 D | conn.c | 557 || op->o_do_not_cache || be_isroot( op ) ) in asyncmeta_getconn()
|
| H A D | meta_result.c | 1313 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 D | bind.c | 242 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 D | search.c | 951 op2.o_do_not_cache = 1; in ldap_back_entry_get()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| H A D | slapi_overlay.c | 840 if ( op->o_tag != LDAP_REQ_BIND && !op->o_do_not_cache && in slapi_over_acl_group()
|
| H A D | slapi_ops.c | 275 op->o_do_not_cache = 1; in slapi_int_connection_init_pb()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/ |
| H A D | autogroup.c | 527 o.o_do_not_cache = 1; in autogroup_add_members_from_filter() 2097 op->o_do_not_cache = 1; in autogroup_db_open()
|