Searched refs:CACHE_DECLARE (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/cache/
H A Dmod_cache.h36 /* Create a set of CACHE_DECLARE(type), CACHE_DECLARE_NONSTD(type) and
40 #define CACHE_DECLARE(type) type macro
44 #define CACHE_DECLARE(type) type __stdcall macro
48 #define CACHE_DECLARE(type) __declspec(dllexport) type __stdcall macro
52 #define CACHE_DECLARE(type) __declspec(dllimport) type __stdcall macro
131 CACHE_DECLARE(apr_time_t) ap_cache_current_age(cache_info *info, const apr_time_t age_value,
134 CACHE_DECLARE(apr_time_t) ap_cache_hex2usec(const char *x);
135 CACHE_DECLARE(void) ap_cache_usec2hex(apr_time_t j, char *y);
136 CACHE_DECLARE(char *) ap_cache_generate_name(apr_pool_t *p, int dirlevels,
139 CACHE_DECLARE(cons
[all...]
H A Dcache_util.c213 CACHE_DECLARE(apr_int64_t) ap_cache_current_age(cache_info *info, function
785 CACHE_DECLARE(const char *)ap_cache_tokstr(apr_pool_t *p, const char *list,
816 CACHE_DECLARE(apr_time_t) ap_cache_hex2usec(const char *x) function
836 CACHE_DECLARE(void) ap_cache_usec2hex(apr_time_t j, char *y)
893 CACHE_DECLARE(char *)ap_cache_generate_name(apr_pool_t *p, int dirlevels,
1196 CACHE_DECLARE(apr_table_t *)ap_cache_cacheable_headers(apr_pool_t *pool,
1244 CACHE_DECLARE(apr_table_t *)ap_cache_cacheable_headers_in(request_rec *r)
1254 CACHE_DECLARE(apr_table_t *)ap_cache_cacheable_headers_out(request_rec *r)

Completed in 65 milliseconds