Searched refs:PROXY_DECLARE_DATA (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/proxy/
H A Dproxy_util.h34 PROXY_DECLARE_DATA extern int proxy_lb_workers;
35 PROXY_DECLARE_DATA extern const apr_strmatch_pattern *ap_proxy_strmatch_path;
36 PROXY_DECLARE_DATA extern const apr_strmatch_pattern *ap_proxy_strmatch_domain;
H A Dmod_proxy.h495 * PROXY_DECLARE_DATA with appropriate export and import tags for the platform
500 #define PROXY_DECLARE_DATA macro
504 #define PROXY_DECLARE_DATA macro
508 #define PROXY_DECLARE_DATA __declspec(dllexport) macro
512 #define PROXY_DECLARE_DATA __declspec(dllimport) macro
1089 extern module PROXY_DECLARE_DATA proxy_module;
H A Dproxy_util.c76 int PROXY_DECLARE_DATA proxy_lb_workers = 0;
78 const apr_strmatch_pattern PROXY_DECLARE_DATA *ap_proxy_strmatch_path;
79 const apr_strmatch_pattern PROXY_DECLARE_DATA *ap_proxy_strmatch_domain;
/httpd/docs/log-message-tags/
H A Dmacros.h21 #define PROXY_DECLARE_DATA macro

Completed in 3066 milliseconds