Home
last modified time | relevance | path

Searched refs:http_proxy_options (Results 1 – 18 of 18) sorted by relevance

/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dproxy.h44 struct http_proxy_options { struct
70 struct http_proxy_options options; argument
76 struct http_proxy_options *init_http_proxy_options_once(struct http_proxy_options **hpo,
79 struct http_proxy_info *http_proxy_new(const struct http_proxy_options *o);
H A Doptions.h109 struct http_proxy_options *http_proxy_options; member
247 struct http_proxy_options *http_proxy_override;
H A Dproxy.c47 struct http_proxy_options *
48 init_http_proxy_options_once(struct http_proxy_options **hpo, in init_http_proxy_options_once()
53 ALLOC_OBJ_CLEAR_GC(*hpo, struct http_proxy_options, gc); in init_http_proxy_options_once()
496 http_proxy_new(const struct http_proxy_options *o) in http_proxy_new()
H A Doptions.c982 if (e->http_proxy_options) in setenv_connection_entry()
1461 if (o->http_proxy_options) in show_connection_entry()
1463 show_http_proxy_options(o->http_proxy_options); in show_connection_entry()
1822 static struct http_proxy_options *
1831 struct http_proxy_options *ho; in parse_http_proxy_override()
2262 if ((ce->http_proxy_options) && !ce->http_proxy_options->server) in options_postprocess_verify_ce()
2268 if (ce->http_proxy_options && ce->socks_proxy_server) in options_postprocess_verify_ce()
2330 if (ce->http_proxy_options) in options_postprocess_verify_ce()
6292 struct http_proxy_options *ho; in add_option()
6340 struct http_proxy_options *ho; in add_option()
[all …]
H A Dsocket.c379 if (!ce->http_proxy_options) in do_preresolve()
390 if (ce->http_proxy_options) in do_preresolve()
393 ce->http_proxy_options->server, in do_preresolve()
394 ce->http_proxy_options->port, in do_preresolve()
H A Dinit.c230 struct http_proxy_options *ho; in management_callback_proxy_cmd()
236 ho = init_http_proxy_options_once(&ce->http_proxy_options, gc); in management_callback_proxy_cmd()
636 if (c->options.ce.http_proxy_options) in init_proxy_dowork()
639 c->c1.http_proxy = http_proxy_new(c->options.ce.http_proxy_options); in init_proxy_dowork()
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dproxy.h44 struct http_proxy_options { struct
70 struct http_proxy_options options; argument
76 struct http_proxy_options *init_http_proxy_options_once(struct http_proxy_options **hpo,
79 struct http_proxy_info *http_proxy_new(const struct http_proxy_options *o);
H A Doptions.h112 struct http_proxy_options *http_proxy_options; member
258 struct http_proxy_options *http_proxy_override;
H A Dproxy.c47 struct http_proxy_options *
48 init_http_proxy_options_once(struct http_proxy_options **hpo, in init_http_proxy_options_once()
53 ALLOC_OBJ_CLEAR_GC(*hpo, struct http_proxy_options, gc); in init_http_proxy_options_once()
493 http_proxy_new(const struct http_proxy_options *o) in http_proxy_new()
H A Doptions.c965 if (e->http_proxy_options) in setenv_connection_entry()
1501 if (o->http_proxy_options) in show_connection_entry()
1503 show_http_proxy_options(o->http_proxy_options); in show_connection_entry()
1872 static struct http_proxy_options *
1881 struct http_proxy_options *ho; in parse_http_proxy_override()
2289 if ((ce->http_proxy_options) && !ce->http_proxy_options->server) in options_postprocess_verify_ce()
2295 if (ce->http_proxy_options && ce->socks_proxy_server) in options_postprocess_verify_ce()
2356 if (ce->http_proxy_options) in options_postprocess_verify_ce()
6255 struct http_proxy_options *ho; in add_option()
6303 struct http_proxy_options *ho; in add_option()
[all …]
H A Dsocket.c379 if (!ce->http_proxy_options) in do_preresolve()
390 if (ce->http_proxy_options) in do_preresolve()
393 ce->http_proxy_options->server, in do_preresolve()
394 ce->http_proxy_options->port, in do_preresolve()
H A Dinit.c228 struct http_proxy_options *ho; in management_callback_proxy_cmd()
234 ho = init_http_proxy_options_once(&ce->http_proxy_options, gc); in management_callback_proxy_cmd()
632 if (c->options.ce.http_proxy_options) in init_proxy_dowork()
635 c->c1.http_proxy = http_proxy_new(c->options.ce.http_proxy_options); in init_proxy_dowork()
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dproxy.h44 struct http_proxy_options { struct
70 struct http_proxy_options options; argument
76 struct http_proxy_options *init_http_proxy_options_once(struct http_proxy_options **hpo,
79 struct http_proxy_info *http_proxy_new(const struct http_proxy_options *o);
H A Doptions.h109 struct http_proxy_options *http_proxy_options; member
247 struct http_proxy_options *http_proxy_override;
H A Dproxy.c47 struct http_proxy_options *
48 init_http_proxy_options_once(struct http_proxy_options **hpo, in init_http_proxy_options_once()
53 ALLOC_OBJ_CLEAR_GC(*hpo, struct http_proxy_options, gc); in init_http_proxy_options_once()
496 http_proxy_new(const struct http_proxy_options *o) in http_proxy_new()
H A Doptions.c982 if (e->http_proxy_options) in setenv_connection_entry()
1461 if (o->http_proxy_options) in show_connection_entry()
1463 show_http_proxy_options(o->http_proxy_options); in show_connection_entry()
1822 static struct http_proxy_options *
1831 struct http_proxy_options *ho; in parse_http_proxy_override()
2262 if ((ce->http_proxy_options) && !ce->http_proxy_options->server) in options_postprocess_verify_ce()
2268 if (ce->http_proxy_options && ce->socks_proxy_server) in options_postprocess_verify_ce()
2330 if (ce->http_proxy_options) in options_postprocess_verify_ce()
6292 struct http_proxy_options *ho; in add_option()
6340 struct http_proxy_options *ho; in add_option()
[all …]
H A Dsocket.c379 if (!ce->http_proxy_options) in do_preresolve()
390 if (ce->http_proxy_options) in do_preresolve()
393 ce->http_proxy_options->server, in do_preresolve()
394 ce->http_proxy_options->port, in do_preresolve()
H A Dinit.c230 struct http_proxy_options *ho; in management_callback_proxy_cmd()
236 ho = init_http_proxy_options_once(&ce->http_proxy_options, gc); in management_callback_proxy_cmd()
636 if (c->options.ce.http_proxy_options) in init_proxy_dowork()
639 c->c1.http_proxy = http_proxy_new(c->options.ce.http_proxy_options); in init_proxy_dowork()