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

123456789

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dhttp.d1 libavformat/http.o: libavformat/http.c libavutil/base64.h libavutil/avstring.h \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Dserver-regression.sh22 wget $WGET_OPTIONS -O - http://localhost:9999/$file > ff-$file
24 wget $WGET_OPTIONS -O - http://localhost:9999/$file?date=19700101T000000Z | dd bs=1 count=20000 > ff-$file 2>/dev/null
/netgear-WNDR4500-V1.0.1.40_1.0.68/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";
H A DTest-iri.px9 # cf. http://en.wikipedia.org/wiki/Latin1
10 # http://en.wikipedia.org/wiki/ISO-8859-15
38 Link to page 1 <a href="http://localhost:{{port}}/p1_fran${ccedilla_l15}ais.html">La seule page en fran&ccedil;ais</a>.
39 Link to page 3 <a href="http://localhost:{{port}}/p3_${eurosign_l15}${eurosign_l15}${eurosign_l15}.html">My tailor is rich</a>.
49 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
53 Link to page 2 <a href="http://localhost:{{port}}/p2_${eacute_l1}${eacute_l1}n.html">Die enkele nerderlangstalige pagina</a>.
63 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
69 <a href="http://localhost:{{port}}/p4_m${eacute_u8}${eacute_u8}r.html">M&eacute&eacute;r</a>
79 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
153 "Referer" => qr|http
[all...]
H A DTest-iri-percent.px26 href="http://localhost:{{port}}/hello_${ccedilla_l15_pct}${eacute_l1}.html">La seule page en fran&ccedil;ais</a>.
36 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
65 my $cmdline = $WgetTest::WGETPATH . " --iri -e robots=off --restrict-file-names=nocontrol -nH -r http://localhost:{{port}}/";
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dgenconfig.sh3 # http://sourceforge.net/projects/minidlna/
20 # along with MiniDLNA. If not, see <http://www.gnu.org/licenses/>.
67 echo " * http://sourceforge.net/projects/minidlna/" >> ${CONFIGFILE}
88 OS_URL=http://www.openbsd.org/
95 OS_URL=http://www.freebsd.org/
99 OS_URL=http://www.pfsense.com/
102 OS_URL=http://www.netbsd.org/
112 OS_URL=http://www.sun.com/solaris/
115 OS_URL=http://www.kernel.org/
125 OS_URL="http
[all...]
H A Dminidlna.conf39 # default presentation url is http address on port 80
40 presentation_url=http://www.routerlogin.net/dlna.htm
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dgenconfig.sh4 # http://sourceforge.net/projects/minidlna/
51 echo " * http://sourceforge.net/projects/minidlna/" >> ${CONFIGFILE}
72 OS_URL=http://www.openbsd.org/
79 OS_URL=http://www.freebsd.org/
83 OS_URL=http://www.pfsense.com/
86 OS_URL=http://www.netbsd.org/
96 OS_URL=http://www.sun.com/solaris/
99 OS_URL=http://www.kernel.org/
109 OS_URL="http://www.readynas.com/"
118 OS_URL=http
[all...]
H A Dminidlna.conf39 # default presentation url is http address on port 80
40 presentation_url=http://www.routerlogin.net
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dhttp.c12 * are also available at http://curl.haxx.se/docs/copyright.html.
71 #include "http.h"
337 struct HTTP *http = data->state.proto.http; local
341 if(!http)
354 bytessent = http->writebytecount;
374 expectsend = http->postsize;
954 struct HTTP *http = conn->data->state.proto.http; local
957 if(0 == http
1025 struct HTTP *http = conn->data->state.proto.http; local
1434 struct HTTP *http =data->state.proto.http; local
1666 struct HTTP *http; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/printing/
H A Dprint_cups.c57 http_t *http = NULL; /* HTTP connection to server */ local
83 if ((http = httpConnect(cups_server(), ippPort())) == NULL) {
120 if ((response = cupsDoRequest(http, request, "/")) == NULL) {
200 if ((response = cupsDoRequest(http, request, "/")) == NULL) {
257 if (http)
258 httpClose(http);
271 http_t *http = NULL; /* HTTP connection to server */ local
290 if ((http = httpConnect(cups_server(), ippPort())) == NULL) {
330 if ((response = cupsDoRequest(http, request, "/jobs")) != NULL) {
349 if (http)
363 http_t *http = NULL; /* HTTP connection to server */ local
455 http_t *http = NULL; /* HTTP connection to server */ local
547 http_t *http = NULL; /* HTTP connection to server */ local
680 http_t *http = NULL; /* HTTP connection to server */ local
1004 http_t *http = NULL; /* HTTP connection to server */ local
1098 http_t *http = NULL; /* HTTP connection to server */ local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/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
H A DMakefile.lite38 http.c \
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dmtools.spec6 URL: http://mtools.linux.lu
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/prebuilt/WW/etc/init.d/
H A Davahi-daemon13 cp -f /usr/config/avahi/services/http.service $AVAHI_SERVICES_CONF_DIR/
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/prebuilt/WW/usr/
H A Dminidlna.conf39 # default presentation url is http address on port 80
40 presentation_url=http://www.routerlogin.net/dlna.htm
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/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);
H A DMakefile.inc3 fopen ftpget ftpgetresp ftpupload getinfo getinmemory http-post httpput \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bftpd-1.6.6/redhat/
H A Dbftpd-1.7.spec13 URL: http://bftpd.sourceforge.net/
14 Source0: http://bftpd.sourceforge.net/downloads/rpm/%{name}-%{version}.tar.gz
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dprint_cups.c98 http_t *http; /* HTTP connection to server */ local
114 if ((http = httpConnect(cupsServer(), ippPort())) == NULL)
157 if ((response = cupsDoRequest(http, request, "/")) == NULL)
161 httpClose(http);
165 httpClose(http);
194 http_t *http; /* HTTP connection to server */ local
219 if ((http = httpConnect(cupsServer(), ippPort())) == NULL)
269 if ((response = cupsDoRequest(http, request, "/")) == NULL)
273 httpClose(http);
282 httpClose(http);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/doc/
H A Dffserver.conf43 # ffmpeg http://localhost:8090/feed1.ffm
47 # "http://xxxx?date=[YYYY-MM-DDT][[HH:]MM:]SS[.m...]".You must specify
60 # after that options can follow, but avoid adding the http:// field
301 # http://localhost:8090/test1-rtsp.rtsp
318 # http://localhost:8090/test1-sdp.sdp). You should usually give this
346 #FaviconURL http://pond1.gladstonefamily.net:8080/favicon.ico
353 URL http://www.ffmpeg.org/
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Dfooter.tex10 Ogg is a \href{http://www.xiph.org/}{Xiph.org Foundation} effort
13 everyone honest. See \href{http://www.xiph.org/about.html}{About
29 of the \href{http://www.xiph.org/}{Xiph.org Foundation}. These
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/windows/
H A DMakefile.src16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
29 # SSL (https) support requires the OpenSSL library (see http://www.openssl.org/).
35 SSLOBJ = openssl$o http-ntlm$o
69 OBJ = cmpt$o safe-ctype$o convert$o connect$o host$o http$o netrc$o \
89 http-ntlm.h init.h log.h mswindows.h netrc.h options.h \

Completed in 224 milliseconds

123456789