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

/httpd/modules/filters/
H A Dmod_ratelimit.h21 * AP_RL_DECLARE_DATA with appropriate export and import tags for the platform
26 #define AP_RL_DECLARE_DATA macro
30 #define AP_RL_DECLARE_DATA macro
34 #define AP_RL_DECLARE_DATA __declspec(dllexport) macro
38 #define AP_RL_DECLARE_DATA __declspec(dllimport) macro
41 AP_RL_DECLARE_DATA extern const apr_bucket_type_t ap_rl_bucket_type_end;
42 AP_RL_DECLARE_DATA extern const apr_bucket_type_t ap_rl_bucket_type_start;

Completed in 785 milliseconds