Searched refs:url_escape (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/network/wget/src/
H A Durl.h85 char *url_escape (const char *);
H A Dftp-ls.c1101 tmpu = url_escape (u->user);
1102 tmpp = u->passwd ? url_escape (u->passwd) : NULL;
H A Durl.c255 url_escape (const char *s)
322 example with url_escape. But what if we're requested to download
323 `abc%20def'? url_escape transforms "%" to "%25", which would leave
327 in that case Wget should not call url_escape, but leave the `%20'
330 What if the requested URI is `abc%20 def'? If we call url_escape,
332 intended. If we don't call url_escape, we are left with the
254 url_escape (const char *s) function

Completed in 100 milliseconds