Searched defs:first_iteration (Results 1 - 1 of 1) sorted by relevance
/sssd-io/src/responder/common/cache_req/ |
H A D | cache_req.c | 693 bool first_iteration, 720 || (state->bypass_cache && !first_iteration))) { 1021 bool first_iteration, 1034 if (!first_iteration) { 1042 if (!first_iteration) { 1050 if (!first_iteration) { 1059 if (!first_iteration) { 1066 bypass_cache = first_iteration ? false : true; 1067 bypass_dp = first_iteration ? true : false; 1086 bool first_iteration; member in struct:cache_req_state 688 cache_req_search_domains_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct cache_req *cr, struct cache_req_domain *cr_domain, bool check_next, bool first_iteration, bool bypass_cache, bool bypass_dp) argument 1019 cache_req_search_schema(struct cache_req *cr, const char *input_domain, bool first_iteration, bool *_bypass_cache, bool *_bypass_dp) argument [all...] |
Completed in 14 milliseconds