Lines Matching refs:flag
2010 /* flag indicating that query-string should be ignored when caching */
2091 int flag)
2098 conf->quick = flag;
2105 int flag)
2109 dconf->no_last_mod_ignore = flag;
2116 void *dummy, int flag)
2123 conf->ignorecachecontrol = flag;
2129 int flag)
2133 dconf->store_expired = flag;
2139 int flag)
2143 dconf->store_private = flag;
2149 int flag)
2153 dconf->store_nostore = flag;
2361 int flag)
2368 conf->ignorequerystring = flag;
2374 int flag)
2381 conf->lock = flag;
2422 static const char *set_cache_x_cache(cmd_parms *parms, void *dummy, int flag)
2428 dconf->x_cache = flag;
2437 conf->x_cache = flag;
2445 static const char *set_cache_x_cache_detail(cmd_parms *parms, void *dummy, int flag)
2451 dconf->x_cache_detail = flag;
2460 conf->x_cache_detail = flag;
2491 int flag)
2495 dconf->stale_on_error = flag;