Searched refs:default_http_proxy (Results 1 – 5 of 5) sorted by relevance
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/cmake/tribits/python_utils/ |
H A D | download-cmake.py | 69 default_http_proxy = "" variable 80 default_http_proxy = "http://wwwproxy.sandia.gov:80/" variable 180 "--http-proxy", dest="httpProxy", type="string", default=default_http_proxy, 181 …ll with respect to downloading from http://www.cmake.org (default = \""+default_http_proxy+"\")." ) 588 if not options.httpProxy and not default_http_proxy:
|
/dports/net/kamailio/kamailio-5.4.5/src/modules/http_client/ |
H A D | http_client.h | 53 extern str default_http_proxy; /*!< Default HTTP proxy to use */
|
H A D | http_client.c | 90 str default_http_proxy = STR_NULL; /*!< Default HTTP proxy to use */ variable 199 {"httpproxy", PARAM_STR, &default_http_proxy}, 332 default_http_proxy.len, default_http_proxy.s, in mod_init()
|
H A D | functions.c | 665 if(default_http_proxy.s != NULL && default_http_proxy.len > 0) { in http_client_query() 666 query_params.http_proxy = default_http_proxy.s; in http_client_query()
|
H A D | curlcon.c | 219 str http_proxy = default_http_proxy; in curl_parse_param() 610 if(default_http_proxy.s != NULL) { in curl_parse_conn() 611 pkg_str_dup(&raw_cc->http_proxy, &default_http_proxy); in curl_parse_conn()
|