Home
last modified time | relevance | path

Searched refs:forward_host (Results 1 – 13 of 13) sorted by relevance

/dports/www/httptunnel/httptunnel-3.3/
H A Dhts.c25 char *forward_host; member
87 arg->forward_host = NULL; in parse_arguments()
168 name_and_port (optarg, &arg->forward_host, &arg->forward_port); in parse_arguments()
266 ((arg->forward_host == NULL) != (arg->forward_port == -1))) in parse_arguments()
303 arg.forward_host ? arg.forward_host : "(null)"); in main()
404 if (set_address (&addr, arg.forward_host, arg.forward_port) == -1) in main()
407 arg.forward_host, arg.forward_port, strerror (errno)); in main()
413 arg.forward_host, arg.forward_port, fd); in main()
417 arg.forward_host, arg.forward_port, strerror (errno)); in main()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/waitress/
H A Dproxy_headers.py118 for forward_host in environ["HTTP_X_FORWARDED_HOST"].split(","):
119 forward_host = forward_host.strip()
120 forward_host = undquote(forward_host)
121 forwarded_host_multiple.append(forward_host)
/dports/www/py-waitress/waitress-2.0.0/src/waitress/
H A Dproxy_headers.py118 for forward_host in environ["HTTP_X_FORWARDED_HOST"].split(","):
119 forward_host = forward_host.strip()
120 forward_host = undquote(forward_host)
121 forwarded_host_multiple.append(forward_host)
/dports/www/privoxy/privoxy-3.0.33-stable/
H A Dgateway.c237 assert(reusable_connection[slot].forward_host == NULL); in remember_connection()
267 if (NULL != connection->forward_host) in remember_connection()
269 reusable_connection[slot].forward_host = strdup_or_die(connection->forward_host); in remember_connection()
273 reusable_connection[slot].forward_host = NULL; in remember_connection()
310 freez(closed_connection->forward_host); in mark_connection_closed()
470 if (!connection_detail_matches(connection->forward_host, fwd->forward_host)) in connection_destination_matches()
474 string_or_none(connection->forward_host), in connection_destination_matches()
475 string_or_none(fwd->forward_host)); in connection_destination_matches()
688 if (fwd->forward_host) in forwarded_connect()
691 dest_host = fwd->forward_host; in forwarded_connect()
H A Dproject.h766 char *forward_host; member
1279 char *forward_host; member
H A Djcc.c999 if (fwd != NULL && fwd->forward_host && in build_request_line()
1011 if (fwd != NULL && fwd->forward_host && fwd->type != FORWARD_WEBSERVER) in build_request_line()
1195 assert(server_connection->forward_host == NULL); in save_connection_destination()
1225 if (NULL != fwd->forward_host) in save_connection_destination()
1227 server_connection->forward_host = strdup_or_die(fwd->forward_host); in save_connection_destination()
1231 server_connection->forward_host = NULL; in save_connection_destination()
4359 if (fwd->forward_host) in chat()
4362 fwd->forward_host, fwd->forward_port, http->hostport); in chat()
4463 if (fwd->forward_host != NULL) in chat()
4521 fwd->forward_host, http->host); in chat()
[all …]
H A Dcgisimple.c1790 if ((fwd->gateway_host == NULL) && (fwd->forward_host == NULL)) in cgi_show_url_info()
1833 if (fwd->forward_host != NULL) in cgi_show_url_info()
1835 if (!err) err = map(exports, "forward-host", 1, fwd->forward_host, 1); in cgi_show_url_info()
H A Dloadcfg.c1196 &cur_fwd->forward_host, &cur_fwd->forward_port, in load_config()
1258 &cur_fwd->forward_host, &cur_fwd->forward_port, in load_config()
1337 &cur_fwd->forward_host, &cur_fwd->forward_port, in load_config()
H A Dloaders.c1006 freez(fwd->forward_host); in unload_forward_spec()
H A Djbsockets.c174 || ((csp->fwd->forward_host == NULL) && (csp->fwd->type == SOCKS_NONE))) in connect_to()
H A Dfilters.c2649 &fwd->forward_host, &fwd->forward_port, in get_forward_override_settings()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/test/
H A Dhttps_forwarder.py201 server.forward_host = forward_target.hostname
203 server.forward_host += ':' + str(forward_target.port)
/dports/dns/unbound/unbound-1.14.0/util/
H A Dconfigparser.y347 content_forward: forward_name | forward_host | forward_addr | forward_first |
2769 forward_host: VAR_FORWARD_HOST STRING_ARG