Apache2
proxy_util.h File Reference

Internal interfaces private to mod_proxy. More...

Go to the source code of this file.

Functions

int ap_proxy_is_ipaddr (struct dirconn_entry *This, apr_pool_t *p)
 
int ap_proxy_is_domainname (struct dirconn_entry *This, apr_pool_t *p)
 
int ap_proxy_is_hostname (struct dirconn_entry *This, apr_pool_t *p)
 
int ap_proxy_is_word (struct dirconn_entry *This, apr_pool_t *p)
 
void proxy_util_register_hooks (apr_pool_t *p)
 
apr_size_t ap_proxy_get_busy_count (proxy_worker *worker)
 
void ap_proxy_set_busy_count (proxy_worker *worker, apr_size_t to)
 
apr_status_t ap_proxy_decrement_busy_count (void *worker_)
 
void ap_proxy_increment_busy_count (proxy_worker *worker)
 

Variables

PROXY_DECLARE_DATA int proxy_lb_workers
 
PROXY_DECLARE_DATA const apr_strmatch_patternap_proxy_strmatch_path
 
PROXY_DECLARE_DATA const apr_strmatch_patternap_proxy_strmatch_domain
 

Detailed Description

Internal interfaces private to mod_proxy.