Home
last modified time | relevance | path

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

/external/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,
Dgopher.c120 result = Curl_urldecode(data, newp, 0, &sel, &len, REJECT_ZERO); in gopher_do()
Dcurl_path.c44 Curl_urldecode(data, data->state.up.path, 0, &working_path, in Curl_getworkingpath()
Dldap.c864 result = Curl_urldecode(conn->data, dn, 0, &unescaped, NULL, REJECT_ZERO); in _ldap_url_parse2()
929 result = Curl_urldecode(conn->data, attributes[i], 0, &unescaped, NULL, in _ldap_url_parse2()
999 result = Curl_urldecode(conn->data, filter, 0, &unescaped, NULL, in _ldap_url_parse2()
Ddict.c104 CURLcode result = Curl_urldecode(data, inputbuff, 0, &newp, &len, in unescape_word()
Dimap.c1962 result = Curl_urldecode(data, begin, end - begin, &imap->mailbox, NULL, in imap_parse_url_path()
1985 result = Curl_urldecode(data, begin, ptr - begin, &name, NULL, in imap_parse_url_path()
1996 result = Curl_urldecode(data, begin, ptr - begin, &value, &valuelen, in imap_parse_url_path()
2085 result = Curl_urldecode(data, custom, 0, &imap->custom, NULL, REJECT_CTRL); in imap_parse_custom_request()
Dfile.c146 CURLcode result = Curl_urldecode(data, data->state.up.path, 0, &real_path, in file_connect()
Dpop3.c1396 return Curl_urldecode(data, path, 0, &pop3->id, NULL, REJECT_CTRL); in pop3_parse_url_path()
1414 result = Curl_urldecode(data, custom, 0, &pop3->custom, NULL, REJECT_CTRL); in pop3_parse_custom_request()
Dmqtt.c215 result = Curl_urldecode(conn->data, path + 1, 0, topic, topiclen, in mqtt_get_topic()
Dsmtp.c1695 return Curl_urldecode(conn->data, path, 0, &smtpc->domain, NULL, in smtp_parse_url_path()
1714 result = Curl_urldecode(data, custom, 0, &smtp->custom, NULL, REJECT_CTRL); in smtp_parse_custom_request()
Durl.c1924 result = Curl_urldecode(NULL, data->state.up.user, 0, &decoded, NULL,
1938 result = Curl_urldecode(NULL, data->state.up.password, 0, &decoded, NULL,
2407 result = Curl_urldecode(data, proxyuser, 0, &conn->http_proxy.user, NULL,
2410 result = Curl_urldecode(data, proxypasswd, 0, &conn->http_proxy.passwd,
Dsmb.c966 CURLcode result = Curl_urldecode(data, data->state.up.path, 0, &path, NULL, in smb_parse_url_path()
Durlapi.c1190 CURLcode res = Curl_urldecode(NULL, *part, 0, &decoded, &dlen, in curl_url_get()
Dftp.c1447 result = Curl_urldecode(data, ftp->path, 0, &rawPath, NULL, REJECT_CTRL); in ftp_state_list()
3192 result = Curl_urldecode(data, ftp->path, 0, &rawPath, &pathLen, in ftp_done()
4054 result = Curl_urldecode(data, ftp->path, 0, &rawPath, &pathLen, REJECT_CTRL); in ftp_parse_url_path()
Dtftp.c490 result = Curl_urldecode(data, &state->conn->data->state.up.path[1], 0, in tftp_send_first()