Home
last modified time | relevance | path

Searched refs:http_proxy (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/usr.sbin/sysinst/
H A Dmenus.mi401 unsetenv("http_proxy");
404 setenv("http_proxy", ftp.proxy, 1);
600 unsetenv("http_proxy");
603 setenv("http_proxy", pkg.proxy, 1);
648 unsetenv("http_proxy");
651 setenv("http_proxy", pkgsrc.proxy, 1);
H A Dmenus.entropy113 unsetenv("http_proxy");
116 setenv("http_proxy", fpi->proxy, 1);
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkrb5_locl.h243 const char *http_proxy; member
H A Dsend_to_kdc.c531 if (context->http_proxy) in prepare_http()
797 if (hi->proto == KRB5_KRBHST_HTTP && context->http_proxy) { in submit_request()
798 char *proxy2 = strdup(context->http_proxy); in submit_request()
H A Dcontext.c116 INIT_FIELD(context, string, http_proxy, NULL, "http_proxy"); in init_context_from_config_file()
193 roken_gethostby_setup(context->http_proxy, tmp); in init_context_from_config_file()
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/
H A D80-test_cmp_http.t45 my $proxy = chop_dblquot($ENV{http_proxy} // $ENV{HTTP_PROXY} // "");
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_HTTP_parse_url.pod38 If I<proxy> is NULL, take any default value from the C<http_proxy>
H A DOSSL_HTTP_transfer.pod76 If TLS is not used this defaults to the environment variable C<http_proxy>
247 C<http_proxy>, C<HTTP_PROXY>, C<https_proxy>, C<HTTPS_PROXY>, C<no_proxy>, and
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-ocsp.pod.in181 Defaults to the environment variable C<http_proxy> if set, else C<HTTP_PROXY>
H A Dopenssl-cmp.pod.in475 Defaults to the environment variable C<http_proxy> if set, else C<HTTP_PROXY>
1149 via the environment variable B<http_proxy> or via the B<-proxy> option in the
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DChangeLog.1998659 * lib/krb5/context.c: Initialize `http_proxy' from
660 `libdefaults/http_proxy'.
662 * lib/krb5/krb5.h: Add `http_proxy' to context.