Searched defs:use_local_negative (Results 1 - 1 of 1) sorted by relevance

/sssd/src/responder/common/
H A Dnegcache.c146 bool permanent, bool use_local_negative)
160 if (use_local_negative == true && ctx->local_timeout > ctx->timeout) {
461 bool use_local_negative = false; local
471 use_local_negative = is_user_local_by_name(name);
473 ret = sss_ncache_set_str(ctx, str, permanent, use_local_negative);
482 bool use_local_negative = false; local
492 use_local_negative = is_group_local_by_name(name);
494 ret = sss_ncache_set_str(ctx, str, permanent, use_local_negative);
558 bool use_local_negative = false; local
571 use_local_negative
145 sss_ncache_set_str(struct sss_nc_ctx *ctx, char *str, bool permanent, bool use_local_negative) argument
582 bool use_local_negative = false; local
[all...]

Completed in 1219 milliseconds