CACHE_DECLARE     245 modules/cache/mod_cache.h CACHE_DECLARE(apr_time_t) ap_cache_current_age(cache_info *info, const apr_time_t age_value,
CACHE_DECLARE     254 modules/cache/mod_cache.h CACHE_DECLARE(int) ap_cache_check_freshness(cache_handle_t *h, request_rec *r);
CACHE_DECLARE     263 modules/cache/mod_cache.h CACHE_DECLARE(void) ap_cache_accept_headers(cache_handle_t *h, request_rec *r,
CACHE_DECLARE     266 modules/cache/mod_cache.h CACHE_DECLARE(apr_time_t) ap_cache_hex2usec(const char *x);
CACHE_DECLARE     267 modules/cache/mod_cache.h CACHE_DECLARE(void) ap_cache_usec2hex(apr_time_t j, char *y);
CACHE_DECLARE     268 modules/cache/mod_cache.h CACHE_DECLARE(char *) ap_cache_generate_name(apr_pool_t *p, int dirlevels, 
CACHE_DECLARE     271 modules/cache/mod_cache.h CACHE_DECLARE(cache_provider_list *)ap_cache_get_providers(request_rec *r, cache_server_conf *conf, apr_uri_t uri);
CACHE_DECLARE     272 modules/cache/mod_cache.h CACHE_DECLARE(int) ap_cache_liststr(apr_pool_t *p, const char *list,
CACHE_DECLARE     274 modules/cache/mod_cache.h CACHE_DECLARE(const char *)ap_cache_tokstr(apr_pool_t *p, const char *list, const char **str);
CACHE_DECLARE     279 modules/cache/mod_cache.h CACHE_DECLARE(apr_table_t *)ap_cache_cacheable_hdrs_out(apr_pool_t *pool,
CACHE_DECLARE     310 modules/cache/mod_cache.h #define CACHE_DECLARE(type)            type
CACHE_DECLARE     314 modules/cache/mod_cache.h #define CACHE_DECLARE(type)            type __stdcall
CACHE_DECLARE     318 modules/cache/mod_cache.h #define CACHE_DECLARE(type)            __declspec(dllexport) type __stdcall
CACHE_DECLARE     322 modules/cache/mod_cache.h #define CACHE_DECLARE(type)            __declspec(dllimport) type __stdcall