Home
last modified time | relevance | path

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

/external/curl/lib/
Descape.c146 CURLcode Curl_urldecode(struct Curl_easy *data, in Curl_urldecode() function
220 CURLcode res = Curl_urldecode(data, string, inputlen, &str, &outputlen, in curl_easy_unescape()
Descape.h27 CURLcode Curl_urldecode(struct Curl_easy *data,
Dgopher.c109 result = Curl_urldecode(data, newp, 0, &sel, &len, FALSE); in gopher_do()
Dldap.c877 result = Curl_urldecode(conn->data, dn, 0, &unescaped, NULL, FALSE); in _ldap_url_parse2()
942 result = Curl_urldecode(conn->data, attributes[i], 0, &unescaped, NULL, in _ldap_url_parse2()
1012 result = Curl_urldecode(conn->data, filter, 0, &unescaped, NULL, FALSE); in _ldap_url_parse2()
Dcurl_path.c42 Curl_urldecode(data, data->state.path, 0, &working_path, in Curl_getworkingpath()
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, TRUE); in imap_parse_url_path()
1995 result = Curl_urldecode(data, begin, ptr - begin, &value, &valuelen, TRUE); in imap_parse_url_path()
2055 result = Curl_urldecode(data, begin, ptr - begin, &imap->query, NULL, in imap_parse_url_path()
2083 result = Curl_urldecode(data, custom, 0, &imap->custom, NULL, TRUE); in imap_parse_custom_request()
Ddict.c103 CURLcode result = Curl_urldecode(data, inputbuff, 0, &newp, &len, FALSE); in unescape_word()
Dftp.c1474 result = Curl_urldecode(data, inpath, n, &lstArg, NULL, FALSE); in ftp_state_list()
3190 result = Curl_urldecode(data, path_to_use, 0, &path, NULL, FALSE); in ftp_done()
4192 result = Curl_urldecode(conn->data, slash_pos ? cur_pos : "/", in ftp_parse_url_path()
4235 Curl_urldecode(conn->data, cur_pos - absolute_dir, len, in ftp_parse_url_path()
4277 Curl_urldecode(conn->data, filename, 0, &ftpc->file, NULL, TRUE); in ftp_parse_url_path()
4302 Curl_urldecode(conn->data, data->state.path, 0, &path, &dlen, FALSE); in ftp_parse_url_path()
Dpop3.c1393 return Curl_urldecode(data, path, 0, &pop3->id, NULL, TRUE); in pop3_parse_url_path()
1411 result = Curl_urldecode(data, custom, 0, &pop3->custom, NULL, TRUE); in pop3_parse_custom_request()
Dfile.c204 CURLcode result = Curl_urldecode(data, data->state.path, 0, &real_path, in file_connect()
Dsmtp.c1517 return Curl_urldecode(conn->data, path, 0, &smtpc->domain, NULL, TRUE); in smtp_parse_url_path()
1535 result = Curl_urldecode(data, custom, 0, &smtp->custom, NULL, TRUE); in smtp_parse_custom_request()
Durl.c2924 result = Curl_urldecode(data, proxyuser, 0, &conn->http_proxy.user, NULL, in parse_proxy_auth()
2927 result = Curl_urldecode(data, proxypasswd, 0, &conn->http_proxy.passwd, in parse_proxy_auth()
3172 result = Curl_urldecode(data, userp, 0, &newname, NULL, FALSE); in parse_url_login()
3184 result = Curl_urldecode(data, passwdp, 0, &newpasswd, NULL, FALSE); in parse_url_login()
3196 result = Curl_urldecode(data, optionsp, 0, &newoptions, NULL, FALSE); in parse_url_login()
Dsmb.c953 result = Curl_urldecode(data, data->state.path, 0, &path, NULL, TRUE); in smb_parse_url_path()
Dtftp.c489 result = Curl_urldecode(data, &state->conn->data->state.path[1], 0, in tftp_send_first()
/external/curl/
DCHANGES3919 ==9752== by 0x4E61CED: Curl_urldecode (in /home/even/install-curl-git/lib/libcurl.so.4.4.0)