Searched refs:cond_cache (Results 1 – 3 of 3) sorted by relevance
263 switch (con->cond_cache[dc->context_ndx].result) { in config_check_cond_nocache()265 return con->cond_cache[dc->context_ndx].result; in config_check_cond_nocache()482 cond_cache_t *cache = &con->cond_cache[dc->context_ndx]; in config_check_cond_nocache()512 cond_cache_t *caches = con->cond_cache; in config_check_cond_cached()556 con->cond_cache[i].comp_type == item) { in config_cond_cache_reset_item()557 con->cond_cache[i].result = COND_RESULT_UNSET; in config_cond_cache_reset_item()558 con->cond_cache[i].patterncount = 0; in config_cond_cache_reset_item()559 con->cond_cache[i].comp_value = NULL; in config_cond_cache_reset_item()586 cond_cache_t *cache = &con->cond_cache[dc->context_ndx]; in config_append_cond_match_buffer()
433 cond_cache_t *cond_cache; member
734 con->cond_cache = calloc(srv->config_context->used, sizeof(cond_cache_t));788 free(con->cond_cache);