/external/curl/lib/ |
D | escape.c | 147 CURLcode Curl_urldecode(struct Curl_easy *data, in Curl_urldecode() function 222 CURLcode res = Curl_urldecode(data, string, inputlen, &str, &outputlen, in curl_easy_unescape()
|
D | escape.h | 28 CURLcode Curl_urldecode(struct Curl_easy *data,
|
D | gopher.c | 116 result = Curl_urldecode(data, newp, 0, &sel, &len, FALSE); in gopher_do()
|
D | curl_path.c | 44 Curl_urldecode(data, data->state.up.path, 0, &working_path, in Curl_getworkingpath()
|
D | ldap.c | 878 result = Curl_urldecode(conn->data, dn, 0, &unescaped, NULL, FALSE); in _ldap_url_parse2() 943 result = Curl_urldecode(conn->data, attributes[i], 0, &unescaped, NULL, in _ldap_url_parse2() 1013 result = Curl_urldecode(conn->data, filter, 0, &unescaped, NULL, FALSE); in _ldap_url_parse2()
|
D | dict.c | 100 CURLcode result = Curl_urldecode(data, inputbuff, 0, &newp, &len, FALSE); in unescape_word()
|
D | imap.c | 1973 result = Curl_urldecode(data, begin, end - begin, &imap->mailbox, NULL, in imap_parse_url_path() 1996 result = Curl_urldecode(data, begin, ptr - begin, &name, NULL, TRUE); in imap_parse_url_path() 2006 result = Curl_urldecode(data, begin, ptr - begin, &value, &valuelen, TRUE); in imap_parse_url_path() 2094 result = Curl_urldecode(data, custom, 0, &imap->custom, NULL, TRUE); in imap_parse_custom_request()
|
D | file.c | 146 CURLcode result = Curl_urldecode(data, data->state.up.path, 0, &real_path, in file_connect()
|
D | ftp.c | 1471 result = Curl_urldecode(data, inpath, n, &lstArg, NULL, TRUE); in ftp_state_list() 3190 result = Curl_urldecode(data, ftp->path, 0, &path, NULL, TRUE); in ftp_done() 4157 result = Curl_urldecode(conn->data, slash_pos ? cur_pos : "/", in ftp_parse_url_path() 4200 Curl_urldecode(conn->data, cur_pos - absolute_dir, len, in ftp_parse_url_path() 4242 Curl_urldecode(conn->data, filename, 0, &ftpc->file, NULL, TRUE); in ftp_parse_url_path() 4267 Curl_urldecode(conn->data, ftp->path, 0, &path, &dlen, TRUE); in ftp_parse_url_path()
|
D | pop3.c | 1399 return Curl_urldecode(data, path, 0, &pop3->id, NULL, TRUE); in pop3_parse_url_path() 1417 result = Curl_urldecode(data, custom, 0, &pop3->custom, NULL, TRUE); in pop3_parse_custom_request()
|
D | smtp.c | 1524 return Curl_urldecode(conn->data, path, 0, &smtpc->domain, NULL, TRUE); in smtp_parse_url_path() 1542 result = Curl_urldecode(data, custom, 0, &smtp->custom, NULL, TRUE); in smtp_parse_custom_request()
|
D | urlapi.c | 1100 CURLcode res = Curl_urldecode(NULL, *part, 0, &decoded, &dlen, TRUE); in curl_url_get()
|
D | smb.c | 968 result = Curl_urldecode(data, data->state.up.path, 0, &path, NULL, TRUE); in smb_parse_url_path()
|
D | tftp.c | 488 result = Curl_urldecode(data, &state->conn->data->state.up.path[1], 0, in tftp_send_first()
|
D | url.c | 2695 result = Curl_urldecode(data, proxyuser, 0, &conn->http_proxy.user, NULL, in parse_proxy_auth() 2698 result = Curl_urldecode(data, proxypasswd, 0, &conn->http_proxy.passwd, in parse_proxy_auth()
|