Searched refs:caches (Results 1 – 2 of 2) sorted by relevance
512 cond_cache_t *caches = con->cond_cache; in config_check_cond_cached() local514 if (COND_RESULT_UNSET == caches[dc->context_ndx].result) { in config_check_cond_cached()515 …if (COND_RESULT_TRUE == (caches[dc->context_ndx].result = config_check_cond_nocache(srv, con, dc))… in config_check_cond_cached()523 caches[c->context_ndx].result = COND_RESULT_FALSE; in config_check_cond_cached()527 caches[dc->context_ndx].comp_type = dc->comp; in config_check_cond_cached()532 caches[dc->context_ndx].result == COND_RESULT_UNSET ? "unknown" : in config_check_cond_cached()533 (caches[dc->context_ndx].result == COND_RESULT_TRUE ? "true" : "false")); in config_check_cond_cached()539 caches[dc->context_ndx].result == COND_RESULT_UNSET ? "unknown" : in config_check_cond_cached()540 (caches[dc->context_ndx].result == COND_RESULT_TRUE ? "true" : "false")); in config_check_cond_cached()543 return caches[dc->context_ndx].result; in config_check_cond_cached()
31 For performance reasons mod_magnet caches the compiled script. For each script-run the script itsel…