Searched refs:http (Results 1 - 25 of 397) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devhttp.h32 An http implementation subsystem for Libevent.
35 use <event2/http.h> instead. Depending on what functionality you
41 #include <event2/http.h>
H A Dhttp.c90 #include "event2/http.h"
101 #include "http-internal.h"
198 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
589 /** Generate all headers appropriate for sending the http request in req (or
712 * or an http layer error. for problems on the network
752 * http connection's bufferevent */
1146 struct evhttp *http = evcon->http_server; local
1147 TAILQ_REMOVE(&http->connections, evcon, next);
1227 least likely to disrupt the rest of the bufferevent and http code.
1576 /* If we have an absolute-URI, check to see if it is an http reques
2928 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, const char *hostname) argument
2965 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, const char *hostname) argument
2996 struct evhttp *http = arg; local
3070 struct evhttp *http = arg; local
3076 evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port) argument
3086 evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port) argument
3112 evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd) argument
3123 evhttp_accept_socket_with_handle(struct evhttp *http, evutil_socket_t fd) argument
3146 evhttp_bind_listener(struct evhttp *http, struct evconnlistener *listener) argument
3174 evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound) argument
3184 struct evhttp *http = NULL; local
3213 struct evhttp *http = NULL; local
3230 struct evhttp *http = NULL; local
3244 evhttp_free(struct evhttp* http) argument
3291 evhttp_add_virtual_host(struct evhttp* http, const char *pattern, struct evhttp* vhost) argument
3309 evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost) argument
3323 evhttp_add_server_alias(struct evhttp *http, const char *alias) argument
3343 evhttp_remove_server_alias(struct evhttp *http, const char *alias) argument
3360 evhttp_set_timeout(struct evhttp* http, int timeout_in_secs) argument
3366 evhttp_set_max_headers_size(struct evhttp* http, ev_ssize_t max_headers_size) argument
3375 evhttp_set_max_body_size(struct evhttp* http, ev_ssize_t max_body_size) argument
3384 evhttp_set_allowed_methods(struct evhttp* http, ev_uint16_t methods) argument
3390 evhttp_set_cb(struct evhttp *http, const char *uri, void (*cb)(struct evhttp_request *, void *), void *cbarg) argument
3420 evhttp_del_cb(struct evhttp *http, const char *uri) argument
3439 evhttp_set_gencb(struct evhttp *http, void (*cb)(struct evhttp_request *, void *), void *cbarg) argument
3664 evhttp_get_request_connection( struct evhttp* http, evutil_socket_t fd, struct sockaddr *sa, ev_socklen_t salen) argument
3705 struct evhttp *http = evcon->http_server; local
3738 evhttp_get_request(struct evhttp *http, evutil_socket_t fd, struct sockaddr *sa, ev_socklen_t salen) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/opt/remote/bin/
H A Dfunc.sh46 echo "<META http-equiv=content-type content='text/html;charset=UTF-8'>"
61 <HEAD><meta http-equiv="Refresh" content="$delay_time; url=$url">
62 <Meta http-equiv="Pragma" Content="no-cache">
64 <Meta http-equiv="Expires" Content="0">
65 <META http-equiv='Content-Type' content='text/html; charset=$(print_charset)'>
83 <HEAD><meta http-equiv="Refresh">
84 <Meta http-equiv="Pragma" Content="no-cache">
86 <Meta http-equiv="Expires" Content="0">
87 <META http-equiv='Content-Type' content='text/html; charset=$(print_charset)'>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
H A Dhttp.h41 /** @file event2/http.h
58 #define HTTP_BADREQUEST 400 /**< invalid http request was made */
85 * Can be called multiple times to bind the same http server
88 * @param http a pointer to an evhttp object
94 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
99 * The returned pointer is not valid after \a http is freed.
101 * @param http a pointer to an evhttp object
107 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port);
113 * of an http server, or when a socket has been communicated via file
114 * descriptor passing in situations where an http server
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/sample/sample-config-files/
H A Dclient.conf74 ;http-proxy-retry # retry on connection failures
75 ;http-proxy [proxy server] [proxy port #]
97 # http://openvpn.net/howto.html#mitm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dprint_cups.c46 http_t *http; local
67 if ((http = httpConnect(server, port)) == NULL) {
75 return http;
80 http_t *http = NULL; /* HTTP connection to server */ local
106 if ((http = cups_connect()) == NULL) {
141 if ((response = cupsDoRequest(http, request, "/")) == NULL) {
221 if ((response = cupsDoRequest(http, request, "/")) == NULL) {
278 if (http)
279 httpClose(http);
292 http_t *http local
382 http_t *http = NULL; /* HTTP connection to server */ local
472 http_t *http = NULL; /* HTTP connection to server */ local
562 http_t *http = NULL; /* HTTP connection to server */ local
693 http_t *http = NULL; /* HTTP connection to server */ local
1011 http_t *http = NULL; /* HTTP connection to server */ local
1102 http_t *http = NULL; /* HTTP connection to server */ local
1203 http_t *http = NULL; /* HTTP connection to server */ local
[all...]
H A Dprint_iprint.c70 static int iprint_get_server_version(http_t *http, char* serviceUri) argument
116 if (((response = cupsDoRequest(http, request, "/ipp/")) == NULL) ||
162 static int iprint_cache_add_printer(http_t *http, argument
217 if ((response = cupsDoRequest(http, request, httpPath)) == NULL) {
311 http_t *http = NULL; /* HTTP connection to server */ local
331 if ((http = httpConnect(iprint_server(), ippPort())) == NULL) {
365 if ((response = cupsDoRequest(http, request, "/ipp")) == NULL) {
400 iprint_cache_add_printer(http, i+2, url);
416 if (http)
417 httpClose(http);
430 http_t *http = NULL; /* HTTP connection to server */ local
528 http_t *http = NULL; /* HTTP connection to server */ local
626 http_t *http = NULL; /* HTTP connection to server */ local
724 http_t *http = NULL; /* HTTP connection to server */ local
849 http_t *http = NULL; /* HTTP connection to server */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/aMule/
H A Damule.conf3 Nick=http://www.aMule.org
97 KadNodesUrl=http://download.tuxfamily.org/technosalad/utils/nodes.dat
98 Ed2kServersUrl=http://gruk.org/server.met.gz
100 GeoLiteCountryUpdateUrl=http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
102 StatsServerURL=http://ed2k.shortypower.dyndns.org/?hash=
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dutils.h8 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
57 static const QString http = QString::fromAscii( "http://" ); local
59 return s.startsWith(http) || s.startsWith(https) || s.startsWith(ftp);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/aMule/
H A Damule.conf3 Nick=http://www.aMule.org
97 KadNodesUrl=http://download.tuxfamily.org/technosalad/utils/nodes.dat
98 Ed2kServersUrl=http://gruk.org/server.met.gz
100 GeoLiteCountryUpdateUrl=http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
102 StatsServerURL=http://ed2k.shortypower.dyndns.org/?hash=
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dffserver-regression.sh21 wget $WGET_OPTIONS -O - http://localhost:9999/$file > ff-$file
23 wget $WGET_OPTIONS -O - http://localhost:9999/$file?date=19700101T000000Z | dd bs=1 count=20000 > ff-$file 2>/dev/null
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/sample/
H A DMakefile.am12 noinst_PROGRAMS = event-test time-test signal-test dns-example hello-world http-server
19 http_server_SOURCES = http-server.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dmissing20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
104 perl_URL=http://www.perl.org/
105 flex_URL=http://flex.sourceforge.net/
106 gnu_software_URL=http://www.gnu.org/software
H A Dminidlna.conf40 #log_level=general,artwork,database,inotify,scanner,metadata,http,ssdp,tivo=warn
58 # default presentation url is http address on port 80
59 presentation_url=http://www.routerlogin.net
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dbench_http.c48 #include "event2/http.h"
89 struct evhttp *http; local
157 http = evhttp_new(base);
169 evhttp_set_cb(http, "/ind", http_basic_cb, NULL);
173 evhttp_set_cb(http, "/ref", http_ref_cb, NULL);
181 evhttp_bind_socket(http, "0.0.0.0", port);
H A Dregress_rpc.c60 #include "event2/http.h"
141 struct evhttp *http = NULL; local
144 http = http_setup(&port);
145 base = evrpc_init(http);
150 *phttp = http;
188 struct evhttp *http = NULL; local
193 rpc_setup(&http, &port, &base);
227 evhttp_free(http);
257 struct evhttp *http = NULL; local
263 rpc_setup(&http,
449 struct evhttp *http = NULL; local
533 struct evhttp *http = NULL; local
631 struct evhttp *http = NULL; local
682 struct evhttp *http = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-iri-list.px9 # cf. http://en.wikipedia.org/wiki/Latin1
10 # http://en.wikipedia.org/wiki/ISO-8859-15
27 http://localhost:{{port}}/ label
28 http://localhost:{{port}}/p1_fran${ccedilla_l1}ais.html label
29 http://localhost:{{port}}/p2_${eacute_l1}${eacute_l1}n.html label
49 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
63 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
146 my $cmdline = $WgetTest::WGETPATH . " --iri -d -i http://localhost:{{port}}/url_list.txt";
H A DTest-idn-meta.px16 <meta http-equiv="Content-Type" content="text/html; charset=EUC-JP" />
17 <a href="http://$euc_jp_hostname/">The link</a>
26 'http://start-here.com/start.html' => {
34 "http://$punycoded_hostname/index.html" => {
45 . " -e http_proxy=localhost:{{port}} http://start-here.com/start.html";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/test/
H A Dregress_rpc.c132 struct evhttp *http = NULL; local
135 http = http_setup(&port);
136 base = evrpc_init(http);
141 *phttp = http;
179 struct evhttp *http = NULL; local
186 rpc_setup(&http, &port, &base);
231 evhttp_free(http);
262 struct evhttp *http = NULL; local
270 rpc_setup(&http, &port, &base);
321 evhttp_free(http);
440 struct evhttp *http = NULL; local
511 struct evhttp *http = NULL; local
576 struct evhttp *http = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp.c12 * are also available at http://curl.haxx.se/docs/copyright.html.
65 #include "http.h"
347 struct HTTP *http = data->req.protop; local
351 if(!http)
364 bytessent = http->writebytecount;
384 expectsend = http->postsize;
958 struct HTTP *http = conn->data->req.protop; local
961 if(0 == http->postsize)
966 conn->data->req.forbidchunk = (http->sending == HTTPSEND_REQUEST)?TRUE:FALSE;
968 if(http
1029 struct HTTP *http = conn->data->req.protop; local
1413 struct HTTP *http =data->req.protop; local
1655 struct HTTP *http; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A DMakefile.am28 http.h \
47 plugin_sources = charset.c configure.c fileinfo.c http.c plugin.c tag.c
53 # http://mail.gnu.org/pipermail/bug-libtool/2002-February/003018.html
54 # http://mail.gnu.org/pipermail/libtool/2002-April/006244.html
55 # http://mail.gnu.org/pipermail/libtool/2002-April/006250.html
57 # http://lists.freshrpms.net/pipermail/rpm-list/2002-April/000746.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/files/
H A Davahi-daemon.init13 cp -f /usr/config/avahi/services/http.service $AVAHI_SERVICES_CONF_DIR/
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmtools.spec6 URL: http://mtools.linux.lu
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/usr/
H A Dminidlna.conf40 #log_level=general,artwork,database,inotify,scanner,metadata,http,ssdp,tivo=warn
58 # default presentation url is http address on port 80
59 presentation_url=http://www.routerlogin.net
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dsmooth-gtk-thread.c12 * are also available at http://curl.haxx.se/docs/copyright.html.
64 /* http://xoap.weather.com/weather/local/46214?cc=*&dayf=5&unit=i */
69 gchar *http; local
78 http =
82 printf( "http %s", http );
92 curl_easy_setopt(curl, CURLOPT_URL, http);
108 g_free (http);

Completed in 289 milliseconds

1234567891011>>