Home
last modified time | relevance | path

Searched refs:Curl_urldecode (Results 1 – 16 of 16) sorted by relevance

/third_party/curl/lib/
Descape.c142 CURLcode Curl_urldecode(struct Curl_easy *data, in Curl_urldecode() function
224 CURLcode res = Curl_urldecode(data, string, inputlen, &str, &outputlen, in curl_easy_unescape()
Descape.h35 CURLcode Curl_urldecode(struct Curl_easy *data,
Dcurl_path.c45 Curl_urldecode(data, data->state.up.path, 0, &working_path, in Curl_getworkingpath()
Dgopher.c168 result = Curl_urldecode(data, newp, 0, &sel, &len, REJECT_ZERO); in gopher_do()
Dldap.c868 result = Curl_urldecode(data, dn, 0, &unescaped, NULL, REJECT_ZERO); in _ldap_url_parse2()
933 result = Curl_urldecode(data, attributes[i], 0, &unescaped, NULL, in _ldap_url_parse2()
1003 result = Curl_urldecode(data, filter, 0, &unescaped, NULL, REJECT_ZERO); in _ldap_url_parse2()
Ddict.c105 CURLcode result = Curl_urldecode(data, inputbuff, 0, &newp, &len, in unescape_word()
Dimap.c1979 result = Curl_urldecode(data, begin, end - begin, &imap->mailbox, NULL, in imap_parse_url_path()
2002 result = Curl_urldecode(data, begin, ptr - begin, &name, NULL, in imap_parse_url_path()
2013 result = Curl_urldecode(data, begin, ptr - begin, &value, &valuelen, in imap_parse_url_path()
2101 result = Curl_urldecode(data, custom, 0, &imap->custom, NULL, REJECT_CTRL); in imap_parse_custom_request()
Dfile.c150 CURLcode result = Curl_urldecode(data, data->state.up.path, 0, &real_path, in file_connect()
Dpop3.c1407 return Curl_urldecode(data, path, 0, &pop3->id, NULL, REJECT_CTRL); in pop3_parse_url_path()
1424 result = Curl_urldecode(data, custom, 0, &pop3->custom, NULL, REJECT_CTRL); in pop3_parse_custom_request()
Dsmtp.c1709 return Curl_urldecode(data, path, 0, &smtpc->domain, NULL, in smtp_parse_url_path()
1727 result = Curl_urldecode(data, custom, 0, &smtp->custom, NULL, REJECT_CTRL); in smtp_parse_custom_request()
Dmqtt.c387 return Curl_urldecode(data, path + 1, 0, topic, topiclen, in mqtt_get_topic()
Durl.c2093 result = Curl_urldecode(NULL, data->state.up.user, 0, &decoded, NULL,
2112 result = Curl_urldecode(NULL, data->state.up.password, 0, &decoded, NULL,
2583 result = Curl_urldecode(data, proxyuser, 0, &conn->http_proxy.user, NULL,
2590 result = Curl_urldecode(data, proxypasswd, 0, &conn->http_proxy.passwd,
Dsmb.c982 CURLcode result = Curl_urldecode(data, data->state.up.path, 0, &path, NULL, in smb_parse_url_path()
Dftp.c1468 result = Curl_urldecode(data, ftp->path, 0, &rawPath, NULL, REJECT_CTRL); in ftp_state_list()
3249 result = Curl_urldecode(data, ftp->path, 0, &rawPath, &pathLen, in ftp_done()
4130 result = Curl_urldecode(data, ftp->path, 0, &rawPath, &pathLen, REJECT_CTRL); in ftp_parse_url_path()
Dtftp.c466 result = Curl_urldecode(data, &state->data->state.up.path[1], 0, in tftp_send_first()
Durlapi.c1289 CURLcode res = Curl_urldecode(NULL, *part, 0, &decoded, &dlen, in curl_url_get()