Searched refs:http_proxy (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dsynctime.c97 char http_proxy[MAX_STRING1]; member in struct:__anon888
241 *conf->http_proxy = 0;
285 snprintf(conf->http_proxy, MAX_STRING, "%s", &argv[OptionIndex][8]);
303 SyncTime_CURL_Init(curl, conf->http_proxy, conf->proxy_user);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Doptions.h106 char *http_proxy, *ftp_proxy, *https_proxy; member in struct:options
H A Dretr.c1127 proxy = opt.http_proxy ? opt.http_proxy : getenv ("http_proxy");
H A Dinit.c172 { "httpproxy", &opt.http_proxy, cmd_string },
1589 xfree_null (opt.http_proxy);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp_proxy.c29 #include "http_proxy.h"
53 struct HTTP http_proxy; local
70 memset(&http_proxy, 0, sizeof(http_proxy));
71 conn->data->req.protop = &http_proxy;
H A DMakefile.inc43 http_negotiate_sspi.c http_proxy.c non-ascii.c asyn-ares.c \
61 curl_gethostname.h gopher.h http_proxy.h non-ascii.h asyn.h \
H A DMakefile.in217 libcurl_la-http_proxy.lo libcurl_la-non-ascii.lo \
283 libcurlu_la-http_negotiate_sspi.lo libcurlu_la-http_proxy.lo \
662 http_negotiate_sspi.c http_proxy.c non-ascii.c asyn-ares.c \
680 curl_gethostname.h gopher.h http_proxy.h non-ascii.h asyn.h \
907 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-http_proxy.Plo@am__quote@
1007 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http_proxy.Plo@am__quote@
1681 libcurl_la-http_proxy.lo: http_proxy.c
1682 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-http_proxy.lo -MD -MP -MF $(DEPDIR)/libcurl_la-http_proxy
[all...]
H A DMakefile.vc10575 $(DIROBJ)\http_proxy.obj \
H A DMakefile.vc6575 $(DIROBJ)\http_proxy.obj \
H A DMakefile.vc8575 $(DIROBJ)\http_proxy.obj \
H A DMakefile.vc9575 $(DIROBJ)\http_proxy.obj \
H A Dftp.c78 #include "http_proxy.h"
1854 struct HTTP http_proxy; local
1856 memset(&http_proxy, 0, sizeof(http_proxy));
1857 data->req.protop = &http_proxy;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIPUpdate.c188 /* Read http_proxy env. variable & parse it.
198 char * http_proxy; local
202 if ((http_proxy = getenv("http_proxy"))) {
204 if (! strncmp("http://", http_proxy, 7)) http_proxy += 7;
206 *proxy_host = strdup(http_proxy);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dopenvpn.h190 struct http_proxy_info *http_proxy; member in struct:context_1
H A Dsocket.c1349 struct http_proxy_info *http_proxy,
1383 sock->http_proxy = http_proxy;
1428 else if (sock->http_proxy)
1434 sock->remote_host = http_proxy->options.server;
1435 sock->remote_port = http_proxy->options.port;
1639 else if (sock->http_proxy)
1641 proxy_retry = establish_http_proxy_passthru (sock->http_proxy,
1339 link_socket_init_phase1(struct link_socket *sock, const bool connection_profiles_defined, const char *local_host, int local_port, const char *remote_host, int remote_port, int proto, int mode, const struct link_socket *accept_from, struct http_proxy_info *http_proxy, struct socks_proxy_info *socks_proxy, int gremlin, bool bind_local, bool remote_float, int inetd, struct link_socket_addr *lsa, const char *ipchange_command, const struct plugin_list *plugins, int resolve_retry_seconds, int connect_retry_seconds, int connect_timeout, int connect_retry_max, int mtu_discover_type, int rcvbuf, int sndbuf, int mark, unsigned int sockflags) argument
H A Dsocket.h223 struct http_proxy_info *http_proxy; member in struct:link_socket
309 struct http_proxy_info *http_proxy,
H A Dinit.c446 if (c->c1.http_proxy_owned && c->c1.http_proxy)
448 http_proxy_close (c->c1.http_proxy);
449 c->c1.http_proxy = NULL;
478 c->c1.http_proxy = http_proxy_new (c->options.ce.http_proxy_options);
479 if (c->c1.http_proxy)
2638 c->c1.http_proxy,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A DMakefile.in533 http_negotiate_sspi.c http_proxy.c non-ascii.c asyn-ares.c \
551 curl_gethostname.h gopher.h http_proxy.h non-ascii.h asyn.h \

Completed in 206 milliseconds