Searched refs:url_unescape (Results 1 – 5 of 5) sorted by relevance
31 char *url_unescape(char *buffer, char terminator);
170 char *url_unescape(char *buffer, char terminator) in url_unescape() function
202 url_unescape(url->path, 0); in ftp_open()
217 url_unescape(url->path, ';'); in tftp_open()
55 def url_unescape(string): function