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

/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy.h484 #define PROXY_DECLARE(type) type macro
488 #define PROXY_DECLARE(type) type __stdcall macro
492 #define PROXY_DECLARE(type) __declspec(dllexport) type __stdcall macro
496 #define PROXY_DECLARE(type) __declspec(dllimport) type __stdcall macro
[all...]
H A Dproxy_util.c91 PROXY_DECLARE(apr_status_t) ap_proxy_strncpy(char *dst, const char *src, function
1217 PROXY_DECLARE(apr_status_t) ap_proxy_share_balancer(proxy_balancer *balancer, function
1262 PROXY_DECLARE(apr_status_t) ap_proxy_initialize_balancer(proxy_balancer *balancer, server_rec *s, apr_pool_t *p) function
1408 PROXY_DECLARE(apr_status_t) ap_proxy_ssl_connection_cleanup(proxy_conn_rec *conn, function
1722 PROXY_DECLARE(apr_status_t) ap_proxy_share_worker(proxy_worker *worker, proxy_worker_shared *shm, function
1752 PROXY_DECLARE(apr_status_t) ap_proxy_initialize_worker(proxy_worker *worker, server_rec *s, apr_pool_t *p) function
2880 PROXY_DECLARE(apr_status_t) ap_proxy_set_wstatus(char c, int set, proxy_worker *w) function
2913 PROXY_DECLARE(apr_status_t) ap_proxy_sync_balancer(proxy_balancer *b, server_rec *s, function
3414 PROXY_DECLARE(apr_port_t) ap_proxy_port_of_scheme(const char *scheme) function
[all...]

Completed in 135 milliseconds