Home
last modified time | relevance | path

Searched refs:proxystr (Results 1 – 25 of 32) sorted by relevance

12

/dports/security/nmap/nmap-7.91/nsock/src/
H A Dnsock_proxy.c91 int nsock_proxychain_new(const char *proxystr, nsock_proxychain *chain, nsock_pool nspool) { in nsock_proxychain_new() argument
100 if (proxystr) { in nsock_proxychain_new()
103 parser = proxy_parser_new(proxystr); in nsock_proxychain_new()
292 static int parse_uri(const char *proxystr, struct uri *uri) { in parse_uri() argument
296 p = proxystr; in parse_uri()
348 static struct proxy_node *proxy_node_new(char *proxystr) { in proxy_node_new() argument
355 if (strncasecmp(proxystr, pspec->prefix, strlen(pspec->prefix)) == 0) { in proxy_node_new()
361 if (parse_uri(proxystr, &uri) < 0) in proxy_node_new()
365 fatal("Cannot initialize proxy node %s", proxystr); in proxy_node_new()
372 fatal("Invalid protocol in proxy specification string: %s", proxystr); in proxy_node_new()
/dports/security/ncrack/ncrack-0.7/nsock/src/
H A Dnsock_proxy.c91 int nsock_proxychain_new(const char *proxystr, nsock_proxychain *chain, nsock_pool nspool) { in nsock_proxychain_new() argument
100 if (proxystr) { in nsock_proxychain_new()
103 parser = proxy_parser_new(proxystr); in nsock_proxychain_new()
292 static int parse_uri(const char *proxystr, struct uri *uri) { in parse_uri() argument
296 p = proxystr; in parse_uri()
348 static struct proxy_node *proxy_node_new(char *proxystr) { in proxy_node_new() argument
355 if (strncasecmp(proxystr, pspec->prefix, strlen(pspec->prefix)) == 0) { in proxy_node_new()
361 if (parse_uri(proxystr, &uri) < 0) in proxy_node_new()
365 fatal("Cannot initialize proxy node %s", proxystr); in proxy_node_new()
372 fatal("Invalid protocol in proxy specification string: %s", proxystr); in proxy_node_new()
/dports/science/py-obspy/obspy-1.2.2/obspy/clients/
H A Dhttpproxy.py31 proxystr = proxydict.get('http') or proxydict.get('https') or ''
32 if proxystr:
33 proxy = urlparse(proxystr)
/dports/net/easysoap/EasySoap++-0.8.0/src/
H A DSOAPWinInetTransport.cpp115 char proxystr[256]; in ConnectTo() local
116 snprintf(proxystr, sizeof(proxystr), "%s:%u", in ConnectTo()
122 proxystr, NULL, 0); in ConnectTo()
/dports/security/ncrack/ncrack-0.7/nsock/include/
H A Dnsock.h296 int nsock_proxychain_new(const char *proxystr, nsock_proxychain *chain, nsock_pool nspool);
/dports/security/nmap/nmap-7.91/nsock/include/
H A Dnsock.h300 int nsock_proxychain_new(const char *proxystr, nsock_proxychain *chain, nsock_pool nspool);
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c901 char *mbuf = NULL, *proxystr = NULL, *connectstr = NULL, *bindstr = NULL; in s_client_main() local
1081 proxystr = opt_arg(); in s_client_main()
1554 if (proxystr != NULL) { in s_client_main()
1561 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Ds_client.c802 char *proxystr = NULL, *proxyuser = NULL; in s_client_main() local
986 proxystr = opt_arg(); in s_client_main()
1524 if (proxystr != NULL) { in s_client_main()
1541 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c901 char *mbuf = NULL, *proxystr = NULL, *connectstr = NULL, *bindstr = NULL; in s_client_main() local
1081 proxystr = opt_arg(); in s_client_main()
1554 if (proxystr != NULL) { in s_client_main()
1561 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c901 char *mbuf = NULL, *proxystr = NULL, *connectstr = NULL, *bindstr = NULL; in s_client_main() local
1081 proxystr = opt_arg(); in s_client_main()
1554 if (proxystr != NULL) { in s_client_main()
1561 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/apps/
H A Ds_client.c901 char *mbuf = NULL, *proxystr = NULL, *connectstr = NULL, *bindstr = NULL; in s_client_main() local
1081 proxystr = opt_arg(); in s_client_main()
1554 if (proxystr != NULL) { in s_client_main()
1561 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c901 char *mbuf = NULL, *proxystr = NULL, *connectstr = NULL, *bindstr = NULL; in s_client_main() local
1081 proxystr = opt_arg(); in s_client_main()
1554 if (proxystr != NULL) { in s_client_main()
1561 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c901 char *mbuf = NULL, *proxystr = NULL, *connectstr = NULL, *bindstr = NULL; in s_client_main() local
1081 proxystr = opt_arg(); in s_client_main()
1554 if (proxystr != NULL) { in s_client_main()
1561 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c901 char *mbuf = NULL, *proxystr = NULL, *connectstr = NULL, *bindstr = NULL; in s_client_main() local
1081 proxystr = opt_arg(); in s_client_main()
1554 if (proxystr != NULL) { in s_client_main()
1561 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c901 char *mbuf = NULL, *proxystr = NULL, *connectstr = NULL, *bindstr = NULL; in s_client_main() local
1081 proxystr = opt_arg(); in s_client_main()
1554 if (proxystr != NULL) { in s_client_main()
1561 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Ds_client.c802 char *proxystr = NULL, *proxyuser = NULL; in s_client_main() local
986 proxystr = opt_arg(); in s_client_main()
1524 if (proxystr != NULL) { in s_client_main()
1541 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c901 char *mbuf = NULL, *proxystr = NULL, *connectstr = NULL, *bindstr = NULL; in s_client_main() local
1081 proxystr = opt_arg(); in s_client_main()
1554 if (proxystr != NULL) { in s_client_main()
1561 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Ds_client.c802 char *proxystr = NULL, *proxyuser = NULL; in s_client_main() local
986 proxystr = opt_arg(); in s_client_main()
1524 if (proxystr != NULL) { in s_client_main()
1541 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Ds_client.c802 char *proxystr = NULL, *proxyuser = NULL; in s_client_main() local
986 proxystr = opt_arg(); in s_client_main()
1524 if (proxystr != NULL) { in s_client_main()
1541 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
/dports/security/openssl-devel/openssl-3.0.2/apps/
H A Ds_client.c802 char *proxystr = NULL, *proxyuser = NULL; in s_client_main() local
988 proxystr = opt_arg(); in s_client_main()
1530 if (proxystr != NULL) { in s_client_main()
1555 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/apps/
H A Ds_client.c802 char *proxystr = NULL, *proxyuser = NULL; in s_client_main() local
988 proxystr = opt_arg(); in s_client_main()
1530 if (proxystr != NULL) { in s_client_main()
1555 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c901 char *mbuf = NULL, *proxystr = NULL, *connectstr = NULL, *bindstr = NULL; in s_client_main() local
1081 proxystr = opt_arg(); in s_client_main()
1554 if (proxystr != NULL) { in s_client_main()
1561 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Ds_client.c901 char *mbuf = NULL, *proxystr = NULL, *connectstr = NULL, *bindstr = NULL; in s_client_main() local
1081 proxystr = opt_arg(); in s_client_main()
1574 if (proxystr != NULL) { in s_client_main()
1581 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/apps/
H A Ds_client.c901 char *mbuf = NULL, *proxystr = NULL, *connectstr = NULL, *bindstr = NULL; in s_client_main() local
1081 proxystr = opt_arg(); in s_client_main()
1574 if (proxystr != NULL) { in s_client_main()
1581 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/apps/
H A Ds_client.c901 char *mbuf = NULL, *proxystr = NULL, *connectstr = NULL, *bindstr = NULL; in s_client_main() local
1081 proxystr = opt_arg(); in s_client_main()
1574 if (proxystr != NULL) { in s_client_main()
1581 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()

12