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

/httpd/modules/proxy/
H A Dproxy_util.c55 } forward_info; typedef in typeref:struct:__anon307
2338 forward_info *forward = apr_pcalloc(conn->pool, sizeof(forward_info));
2453 && ((forward_info *)(conn->forward))->use_http_connect) {
2454 ssl_hostname = ((forward_info *)conn->forward)->target_host;
2563 forward_info *forward = (forward_info *)backend->forward;
2868 forward_info *forward = (forward_info *)conn->forward;

Completed in 1808 milliseconds