Searched refs:http_proxy (Results 1 – 8 of 8) sorted by relevance
269 const char *http_proxy; member
262 char *proxy2 = strdup(context->http_proxy); in send_via_proxy()405 if(hi->proto == KRB5_KRBHST_HTTP && context->http_proxy) { in krb5_sendto()
106 INIT_FIELD(context, string, http_proxy, NULL, "http_proxy"); in init_context_from_config_file()178 roken_gethostby_setup(context->http_proxy, tmp); in init_context_from_config_file()
14 - http proxies (see $http_proxy, $ftp_proxy)
528 - Expand description of http_proxy by suggesting the use of904 - be more explicit that $ftp_proxy and $http_proxy are not
387 if [ -n "${HTTP_PROXY}${http_proxy}" ]; then388 RANDVALUE=`sha256 -qs "${HTTP_PROXY}${http_proxy}" |
973 if [ -n "${HTTP_PROXY}${http_proxy}" ]; then974 RANDVALUE=`sha256 -qs "${HTTP_PROXY}${http_proxy}" |
659 * lib/krb5/context.c: Initialize `http_proxy' from660 `libdefaults/http_proxy'.662 * lib/krb5/krb5.h: Add `http_proxy' to context.