Home
last modified time | relevance | path

Searched refs:proxy_spec (Results 1 – 25 of 26) sorted by last modified time

12

/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishtest/
H A Dvtc_client.c62 char *proxy_spec; member
198 if (c->proxy_spec != NULL) in client_connect()
199 client_proxy(vl, fd, c->proxy_version, c->proxy_spec); in client_connect()
260 free(c->proxy_spec); in client_delete()
379 REPLACE(c->proxy_spec, av[1]); in cmd_client()
385 REPLACE(c->proxy_spec, av[1]); in cmd_client()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Neptune/Source/Core/
H A DNptHttp.cpp1094 NPT_String proxy_spec; in ParseProxyEnv() local
1096 proxy_spec = env; in ParseProxyEnv()
1098 proxy_spec = "http://"+env; in ParseProxyEnv()
1100 NPT_Url url(proxy_spec); in ParseProxyEnv()
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Source/Core/
H A DNptHttp.cpp1094 NPT_String proxy_spec; in ParseProxyEnv() local
1096 proxy_spec = env; in ParseProxyEnv()
1098 proxy_spec = "http://"+env; in ParseProxyEnv()
1100 NPT_Url url(proxy_spec); in ParseProxyEnv()
/dports/mail/exim-ldap2/exim-4.95/src/transports/
H A Dsmtp_socks.c215 const uschar * proxy_spec; in socks_sock_connect() local
241 && (proxy_spec = string_nextinlist(&proxy_list, &sep, NULL, 0)); in socks_sock_connect()
249 if (!(sob->proxy_host = string_nextinlist(&proxy_spec, &subsep, NULL, 0))) in socks_sock_connect()
257 while ((option = string_nextinlist(&proxy_spec, &subsep, NULL, 0))) in socks_sock_connect()
/dports/mail/exim-monitor/exim-4.95/src/transports/
H A Dsmtp_socks.c215 const uschar * proxy_spec; in socks_sock_connect() local
241 && (proxy_spec = string_nextinlist(&proxy_list, &sep, NULL, 0)); in socks_sock_connect()
249 if (!(sob->proxy_host = string_nextinlist(&proxy_spec, &subsep, NULL, 0))) in socks_sock_connect()
257 while ((option = string_nextinlist(&proxy_spec, &subsep, NULL, 0))) in socks_sock_connect()
/dports/mail/exim-mysql/exim-4.95/src/transports/
H A Dsmtp_socks.c215 const uschar * proxy_spec; in socks_sock_connect() local
241 && (proxy_spec = string_nextinlist(&proxy_list, &sep, NULL, 0)); in socks_sock_connect()
249 if (!(sob->proxy_host = string_nextinlist(&proxy_spec, &subsep, NULL, 0))) in socks_sock_connect()
257 while ((option = string_nextinlist(&proxy_spec, &subsep, NULL, 0))) in socks_sock_connect()
/dports/mail/exim-postgresql/exim-4.95/src/transports/
H A Dsmtp_socks.c215 const uschar * proxy_spec; in socks_sock_connect() local
241 && (proxy_spec = string_nextinlist(&proxy_list, &sep, NULL, 0)); in socks_sock_connect()
249 if (!(sob->proxy_host = string_nextinlist(&proxy_spec, &subsep, NULL, 0))) in socks_sock_connect()
257 while ((option = string_nextinlist(&proxy_spec, &subsep, NULL, 0))) in socks_sock_connect()
/dports/mail/exim-sa-exim/exim-4.95/src/transports/
H A Dsmtp_socks.c215 const uschar * proxy_spec; in socks_sock_connect() local
241 && (proxy_spec = string_nextinlist(&proxy_list, &sep, NULL, 0)); in socks_sock_connect()
249 if (!(sob->proxy_host = string_nextinlist(&proxy_spec, &subsep, NULL, 0))) in socks_sock_connect()
257 while ((option = string_nextinlist(&proxy_spec, &subsep, NULL, 0))) in socks_sock_connect()
/dports/mail/exim/exim-4.95/src/transports/
H A Dsmtp_socks.c215 const uschar * proxy_spec; in socks_sock_connect() local
241 && (proxy_spec = string_nextinlist(&proxy_list, &sep, NULL, 0)); in socks_sock_connect()
249 if (!(sob->proxy_host = string_nextinlist(&proxy_spec, &subsep, NULL, 0))) in socks_sock_connect()
257 while ((option = string_nextinlist(&proxy_spec, &subsep, NULL, 0))) in socks_sock_connect()
/dports/mail/exim-sqlite/exim-4.95/src/transports/
H A Dsmtp_socks.c215 const uschar * proxy_spec; in socks_sock_connect() local
241 && (proxy_spec = string_nextinlist(&proxy_list, &sep, NULL, 0)); in socks_sock_connect()
249 if (!(sob->proxy_host = string_nextinlist(&proxy_spec, &subsep, NULL, 0))) in socks_sock_connect()
257 while ((option = string_nextinlist(&proxy_spec, &subsep, NULL, 0))) in socks_sock_connect()
/dports/net/c3270/suite3270-4.0/Common/pr3287/
H A Dpr3287.c500 options.proxy_spec = NULL; in init_options()
804 options.proxy_spec = argv[i + 1]; in main()
1013 if (options.proxy_spec != NULL) { in main()
1014 proxy_type = proxy_setup(options.proxy_spec, &proxy_user, in main()
H A Dpr3287.h60 const char *proxy_spec; /* proxy specification */ member
/dports/x11/x3270/suite3270-4.0/Common/pr3287/
H A Dpr3287.c500 options.proxy_spec = NULL; in init_options()
804 options.proxy_spec = argv[i + 1]; in main()
1013 if (options.proxy_spec != NULL) { in main()
1014 proxy_type = proxy_setup(options.proxy_spec, &proxy_user, in main()
H A Dpr3287.h60 const char *proxy_spec; /* proxy specification */ member
/dports/security/nmap/nmap-7.91/nsock/src/
H A Dnsock_proxy.c78 extern const struct proxy_spec ProxySpecHttp;
79 extern const struct proxy_spec ProxySpecSocks4;
82 static const struct proxy_spec *ProxyBackends[] = {
352 const struct proxy_spec *pspec; in proxy_node_new()
H A Dnsock_proxy.h106 const struct proxy_spec *spec;
146 struct proxy_spec { struct
H A Dproxy_http.c69 extern const struct proxy_spec ProxySpecHttp;
209 const struct proxy_spec ProxySpecHttp = {
H A Dproxy_socks4.c70 extern const struct proxy_spec ProxySpecSocks4;
240 const struct proxy_spec ProxySpecSocks4 = {
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/roken/
H A Droken_gethostby.c110 roken_gethostby_setup(const char *proxy_spec, const char *dns_spec) in roken_gethostby_setup() argument
122 if(proxy_spec) in roken_gethostby_setup()
123 split_spec(proxy_spec, &proxy_host, &proxy_port, NULL, 80); in roken_gethostby_setup()
/dports/security/ncrack/ncrack-0.7/nsock/src/
H A Dproxy_http.c69 extern const struct proxy_spec ProxySpecHttp;
209 const struct proxy_spec ProxySpecHttp = {
H A Dnsock_proxy.c78 extern const struct proxy_spec ProxySpecHttp;
79 extern const struct proxy_spec ProxySpecSocks4;
82 static const struct proxy_spec *ProxyBackends[] = {
352 const struct proxy_spec *pspec; in proxy_node_new()
H A Dnsock_proxy.h106 const struct proxy_spec *spec;
146 struct proxy_spec { struct
H A Dproxy_socks4.c70 extern const struct proxy_spec ProxySpecSocks4;
240 const struct proxy_spec ProxySpecSocks4 = {
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dremote.c712 char *GetProxyHostAndPort(proxy_spec, def_port, pn_port) in GetProxyHostAndPort() argument
713 char *proxy_spec; in GetProxyHostAndPort()
720 len = strlen(proxy_spec);
721 if (len > 0 && proxy_spec[len-1] == '/') {
722 proxy_spec[len-1] = '\0';
727 return_buf = UtilStrDup(proxy_spec);
730 len = strlen(proxy_spec);
731 if (len > 0 && proxy_spec[len-1] == '/') {
732 proxy_spec[len-1] = '\0';
737 return_buf = UtilStrDup(proxy_spec);
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/heimdal/lib/roken/
H A Droken_gethostby.c111 roken_gethostby_setup(const char *proxy_spec, const char *dns_spec) in roken_gethostby_setup() argument
123 if(proxy_spec) in roken_gethostby_setup()
124 split_spec(proxy_spec, &proxy_host, &proxy_port, NULL, 80); in roken_gethostby_setup()

12