Searched defs:CACHE_DECLARE_NONSTD (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/cache/
H A Dmod_cache.h36 /* Create a set of CACHE_DECLARE(type), CACHE_DECLARE_NONSTD(type) and
41 #define CACHE_DECLARE_NONSTD(type) type macro
45 #define CACHE_DECLARE_NONSTD(type) type macro
49 #define CACHE_DECLARE_NONSTD(type) __declspec(dllexport) type macro
53 #define CACHE_DECLARE_NONSTD(type) __declspec(dllimport) type macro

Completed in 410 milliseconds