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

/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dmod_proxy.h416 #define PROXY_DECLARE(type) type macro
420 #define PROXY_DECLARE(type) type __stdcall macro
424 #define PROXY_DECLARE(type) __declspec(dllexport) type __stdcall macro
428 #define PROXY_DECLARE(type) __declspec(dllimport) type __stdcall macro
[all...]
H A Dproxy_util.c957 PROXY_DECLARE(apr_status_t) ap_proxy_string_read(conn_rec *c, apr_bucket_brigade *bb, function
1704 PROXY_DECLARE(apr_status_t) ap_proxy_ssl_connection_cleanup(proxy_conn_rec *conn, function
1866 PROXY_DECLARE(apr_status_t) ap_proxy_initialize_worker(proxy_worker *worker, server_rec *s) function
2652 PROXY_DECLARE(apr_status_t) function
[all...]

Completed in 175 milliseconds