Searched refs:cond_cache_t (Results 1 – 5 of 5) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | configfile-glue.c | 375 cond_cache_t * const cache = &r->cond_cache[dc->context_ndx]; in config_cond_result_trace() 388 …nfig_check_cond_nocache(request_st *r, const data_config *dc, int debug_cond, cond_cache_t *cache); 390 …est_st * const r, const data_config * const dc, const int debug_cond, cond_cache_t * const cache) { in config_check_cond_nocache_calc() 397 cond_cache_t * const cache = &r->cond_cache[dc->context_ndx]; in config_check_cond_cached() 407 …uest_st * const r, const data_config * const dc, const int debug_cond, cond_cache_t * const cache); 409 …est_st * const r, const data_config * const dc, const int debug_cond, cond_cache_t * const cache) { in config_check_cond_nocache() 592 …t config_check_cond_calc(request_st * const r, const int context_ndx, cond_cache_t * const cache) { in config_check_cond_calc() 604 cond_cache_t * const cache = &r->cond_cache[context_ndx]; in config_check_cond() 613 static void config_cond_clear_node(cond_cache_t * const cond_cache, const data_config * const dc) { in config_cond_clear_node() 633 cond_cache_t * const cond_cache = r->cond_cache; in config_cond_cache_reset_item() [all …]
|
| H A D | plugin_config.h | 164 typedef struct cond_cache_t { struct 169 } cond_cache_t; /* 2 bytes (2^1) */ argument
|
| H A D | request.h | 14 struct cond_cache_t; /* declaration */ 141 struct cond_cache_t *cond_cache;
|
| H A D | reqpool.c | 65 r->cond_cache = ck_calloc(srv->config_context->used, sizeof(cond_cache_t)); in request_init_data()
|
| H A D | h2.c | 2803 memcpy(r->cond_cache, h2r->cond_cache, used * sizeof(cond_cache_t)); in h2_init_stream()
|