Home
last modified time | relevance | path

Searched refs:cond_cache (Results 1 – 5 of 5) sorted by relevance

/lighttpd1.4/src/
H A Dconfigfile-glue.c375 cond_cache_t * const cache = &r->cond_cache[dc->context_ndx]; in config_cond_result_trace()
397 cond_cache_t * const cache = &r->cond_cache[dc->context_ndx]; in config_check_cond_cached()
604 cond_cache_t * const cache = &r->cond_cache[context_ndx]; in config_check_cond()
615 if (cond_cache[dc->context_ndx].result != COND_RESULT_UNSET) { in config_cond_clear_node()
616 cond_cache[dc->context_ndx].result = COND_RESULT_UNSET; in config_cond_clear_node()
622 config_cond_clear_node(cond_cache, dc_child); in config_cond_clear_node()
625 if (NULL != dc->next) config_cond_clear_node(cond_cache, dc->next); in config_cond_clear_node()
633 cond_cache_t * const cond_cache = r->cond_cache; in config_cond_cache_reset_item() local
641 cond_cache[i].local_result = COND_RESULT_UNSET; in config_cond_cache_reset_item()
643 config_cond_clear_node(cond_cache, dc); in config_cond_cache_reset_item()
[all …]
H A Dreqpool.c65 r->cond_cache = ck_calloc(srv->config_context->used, sizeof(cond_cache_t)); in request_init_data()
231 free(r->cond_cache); in request_free_data()
H A Drequest.h141 struct cond_cache_t *cond_cache; member
H A Dh2.c2803 memcpy(r->cond_cache, h2r->cond_cache, used * sizeof(cond_cache_t)); in h2_init_stream()
/lighttpd1.4/
H A DNEWS2811 * [mod_extforward] reset cond_cache for scheme (fixes #1499)