Lines Matching refs:AP_INIT_FLAG
2536 AP_INIT_FLAG("CacheQuickHandler", set_cache_quick_handler, NULL,
2539 AP_INIT_FLAG("CacheIgnoreNoLastMod", set_cache_ignore_no_last_mod, NULL,
2542 AP_INIT_FLAG("CacheIgnoreCacheControl", set_cache_ignore_cachecontrol,
2545 AP_INIT_FLAG("CacheStoreExpired", set_cache_store_expired,
2549 AP_INIT_FLAG("CacheStorePrivate", set_cache_store_private,
2552 AP_INIT_FLAG("CacheStoreNoStore", set_cache_store_nostore,
2558 AP_INIT_FLAG("CacheIgnoreQueryString", set_cache_ignore_querystring,
2568 AP_INIT_FLAG("CacheLock", set_cache_lock,
2577 AP_INIT_FLAG("CacheHeader", set_cache_x_cache, NULL, RSRC_CONF | ACCESS_CONF,
2579 AP_INIT_FLAG("CacheDetailHeader", set_cache_x_cache_detail, NULL,
2584 AP_INIT_FLAG("CacheStaleOnError", set_cache_stale_on_error,