Searched refs:url (Results 1 - 25 of 574) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Durldecode.h28 * @param url a string to be decoded.
33 char *ff_urldecode(const char *url);
H A Durldecode.c35 char *ff_urldecode(const char *url) argument
41 if (!url)
44 url_len = strlen(url) + 1;
51 c = url[s++];
54 char c2 = url[s++];
55 char c3 = url[s++];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_operhlp.h30 bool output_expected(const char *url, const char *uploadfile);
34 char *add_file_name_to_url(CURL *curl, char *url, const char *filename);
36 CURLcode get_url_file_name(char **filename, const char *url);
H A Dtool_operhlp.c44 Curl_safefree(node->url);
53 bool output_expected(const char *url, const char *uploadfile) argument
57 if(checkprefix("http://", url) || checkprefix("https://", url))
71 * url will be freed before return if the returned pointer is different
73 char *add_file_name_to_url(CURL *curl, char *url, const char *filename) argument
76 char *ptr = strstr(url, "://");
80 ptr = url;
106 urlbuffer = aprintf("%s%s", url, encfile);
109 urlbuffer = aprintf("%s/%s", url, encfil
129 get_url_file_name(char **filename, const char *url) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/Symbian/
H A DinteropMain.c8 int interopA(const char *url);
9 int interopB(const char *url);
10 int interopC(const char *url);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhttp.h34 struct url;
36 uerr_t http_loop (struct url *, char **, char **, const char *, int *,
37 struct url *, struct iri *);
H A Durl.h1 /* Declarations for url.c.
48 `supported_schemes' in url.c. */
60 struct url struct
62 char *url; /* Original URL */ member in struct:url
88 struct url *url_parse (const char *, int *, struct iri *iri, bool percent_encode);
90 char *url_full_path (const struct url *);
91 void url_set_dir (struct url *, const char *);
92 void url_set_file (struct url *, const char *);
93 void url_free (struct url *);
100 char *url_string (const struct url *, enu
[all...]
H A Drecur.h34 #include "url.h"
47 uerr_t retrieve_tree (struct url *, struct iri *);
H A Dspider.c37 #include "url.h"
57 nonexisting_url (const char *url)
60 if (is_robots_txt_url (url))
64 string_set_add (nonexisting_urls_set, url);
90 const char *url = (const char *) iter.key;
92 logprintf (LOG_NOTQUIET, _("%s\n"), url);
56 nonexisting_url(const char *url) argument
89 const char *url = (const char *) iter.key; local
H A Drecur.c42 #include "url.h"
51 #include "html-url.h"
52 #include "css-url.h"
59 const char *url; /* the URL to download */
99 const char *url, const char *referer, int depth,
104 qel->url = url;
116 quotearg_n_style (0, escape_quoting_style, url), depth));
120 DEBUGP (("[IRI Enqueuing %s with %s\n", quote_n (0, url),
136 const char **url, cons
58 const char *url; /* the URL to download */ member in struct:queue_element
97 url_enqueue(struct url_queue *queue, struct iri *i, const char *url, const char *referer, int depth, bool html_allowed, bool css_allowed) argument
134 url_dequeue(struct url_queue *queue, struct iri **i, const char **url, const char **referer, int *depth, bool *html_allowed, bool *css_allowed) argument
230 char *url, *referer, *file = NULL; local
494 const char *url = u->url; local
[all...]
H A Dconvert.h48 struct url;
54 struct url *url; /* the URL of the link, after it has member in struct:urlpos
67 unsigned int link_base_p :1; /* the url came from <base href=...> */
69 unsigned int link_css_p :1; /* the url came from CSS */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/Symbian/
H A DinteropMain.c8 int interopA(const char *url);
9 int interopB(const char *url);
10 int interopC(const char *url);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dvis_gui.h26 extern void vis_do_json_set(const char *url, FILE *stream, int len, const char *boundary);
27 extern void vis_do_json_get(char *url, FILE *stream);
28 extern void vis_do_visdbdwnld_cgi(char *url, FILE *stream);
H A Dezc.h38 void do_apply_ezconfig_post(char *url, FILE *stream, int len, char *boundary);
39 void do_ezconfig_asp(char *url, FILE *stream);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/xmlwf/
H A Dxmlurl.h8 const XML_Char *url,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/xmlwf/
H A Dxmlurl.h8 const XML_Char *url,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dxmlurl.h8 const XML_Char *url,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/private/
H A Dbrowserhack28.h15 typedef bool (*wxLaunchDefaultBrowserImpl_t)(const wxString& url, int flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dlibavformat.mak9 FATE_LIBAVFORMAT-yes += fate-url
10 fate-url: libavformat/url-test$(EXESUF)
11 fate-url: CMD = run libavformat/url-test
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dlog.h18 void LogXfer(const char *const mode, const char *const url);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dhttp.h21 extern int flac_http_open(const gchar * url, guint64 offset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlibauthretry.c31 static CURLcode send_request(CURL *curl, const char *url, int seq, argument
35 char* full_url = malloc(strlen(url) + 4 + 1);
37 fprintf(stderr, "Not enough memory for full url\n");
41 sprintf(full_url, "%s%04d", url, seq);
58 static CURLcode send_wrong_password(CURL *curl, const char *url, int seq, argument
61 return send_request(curl, url, seq, auth_scheme, "testuser:wrongpass");
64 static CURLcode send_right_password(CURL *curl, const char *url, int seq, argument
67 return send_request(curl, url, seq, auth_scheme, "testuser:testpass");
83 int test(char *url) argument
110 res = send_wrong_password(curl, url, 10
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dfavicon.h31 static QString getHost( const QUrl& url );
39 QPixmap find( const QUrl& url );
45 void add( const QUrl& url );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/dvb/
H A Dget_dvb_firmware61 my $url = "http://www.softwarepatch.pl/9999ccd06a4813cb827dbb0005071c71/$sourcefile";
68 wgetfile($sourcefile, $url);
78 my $url = "http://www.avermedia.com/software/$sourcefile";
87 wgetfile($sourcefile, $url);
98 my $url = "http://www.technotrend.de/new/217g/$sourcefile";
105 wgetfile($sourcefile, $url);
116 my $url = "http://www.tt-download.com/download/updates/219/$sourcefile";
123 wgetfile($sourcefile, $url);
134 my $url = "http://www.lifeview.hk/dbimages/document/$sourcefile";
141 wgetfile($sourcefile, $url);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dchkspeed.c64 const char *url = URL_1M; local
73 "\rUsage: %s [-m=1|2|5|10|20|50|100] [-t] [-x] [url]\n",
89 case 1: url = URL_1M;
91 case 2: url = URL_2M;
93 case 5: url = URL_5M;
95 case 10: url = URL_10M;
97 case 20: url = URL_20M;
99 case 50: url = URL_50M;
101 case 100: url = URL_100M;
113 url
[all...]

Completed in 372 milliseconds

1234567891011>>