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

/httpd/modules/filters/
H A Dmod_ratelimit.h20 /* Create a set of AP_RL_DECLARE(type), AP_RL_DECLARE_NONSTD(type) and
24 #define AP_RL_DECLARE(type) type macro
28 #define AP_RL_DECLARE(type) type __stdcall macro
32 #define AP_RL_DECLARE(type) __declspec(dllexport) type __stdcall macro
36 #define AP_RL_DECLARE(type) __declspec(dllimport) type __stdcall macro
48 AP_RL_DECLARE(apr_bucket*) ap_rl_end_create(apr_bucket_alloc_t *list);
49 AP_RL_DECLARE(apr_bucket*) ap_rl_start_create(apr_bucket_alloc_t *list);

Completed in 586 milliseconds