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

/httpd/docs/log-message-tags/
H A Dmacros.h10 #define PROXY_DECLARE(x) x macro
/httpd/modules/proxy/
H A Dmod_proxy.h494 /* Create a set of PROXY_DECLARE(type), PROXY_DECLARE_NONSTD(type) and
498 #define PROXY_DECLARE(type) type macro
502 #define PROXY_DECLARE(type) type __stdcall macro
506 #define PROXY_DECLARE(type) __declspec(dllexport) type __stdcall macro
510 #define PROXY_DECLARE(type) __declspec(dllimport) type __stdcall macro
563 PROXY_DECLARE(apr_status_t) ap_proxy_strncpy(char *dst, const char *src,
565 PROXY_DECLARE(int) ap_proxy_hex2c(const char *x);
566 PROXY_DECLARE(void) ap_proxy_c2hex(int ch, char *x);
567 PROXY_DECLARE(char *)ap_proxy_canonenc(apr_pool_t *p, const char *x, int len, enum enctype t,
569 PROXY_DECLARE(cha
[all...]
H A Dproxy_util.c92 PROXY_DECLARE(apr_status_t) ap_proxy_strncpy(char *dst, const char *src, function
116 PROXY_DECLARE(int) ap_proxy_hex2c(const char *x)
171 PROXY_DECLARE(void) ap_proxy_c2hex(int ch, char *x)
218 PROXY_DECLARE(char *)ap_proxy_canonenc(apr_pool_t *p, const char *x, int len,
309 PROXY_DECLARE(char *)
380 PROXY_DECLARE(int) ap_proxyerror(request_rec *r, int statuscode, const char *message)
430 PROXY_DECLARE(int) ap_proxy_is_ipaddr(struct dirconn_entry *This, apr_pool_t *p)
639 PROXY_DECLARE(int) ap_proxy_is_domainname(struct dirconn_entry *This, apr_pool_t *p)
700 PROXY_DECLARE(int) ap_proxy_is_hostname(struct dirconn_entry *This, apr_pool_t *p)
766 PROXY_DECLARE(in
1214 PROXY_DECLARE(apr_status_t) ap_proxy_share_balancer(proxy_balancer *balancer, function
1259 PROXY_DECLARE(apr_status_t) ap_proxy_initialize_balancer(proxy_balancer *balancer, server_rec *s, apr_pool_t *p) function
1413 PROXY_DECLARE(apr_status_t) ap_proxy_ssl_connection_cleanup(proxy_conn_rec *conn, function
1804 PROXY_DECLARE(apr_status_t) ap_proxy_share_worker(proxy_worker *worker, proxy_worker_shared *shm, function
1834 PROXY_DECLARE(apr_status_t) ap_proxy_initialize_worker(proxy_worker *worker, server_rec *s, apr_pool_t *p) function
2647 PROXY_DECLARE(apr_status_t) ap_proxy_connect_uds(apr_socket_t *sock, function
3112 PROXY_DECLARE(apr_status_t) ap_proxy_set_wstatus(char c, int set, proxy_worker *w) function
3145 PROXY_DECLARE(apr_status_t) ap_proxy_sync_balancer(proxy_balancer *b, server_rec *s, function
3668 PROXY_DECLARE(apr_port_t) ap_proxy_port_of_scheme(const char *scheme) function
[all...]

Completed in 23 milliseconds