Searched refs:REJECT_CTRL (Results 1 – 10 of 10) sorted by relevance
/curl/lib/ |
H A D | escape.h | 33 REJECT_CTRL, enumerator
|
H A D | escape.c | 157 if(((ctrl == REJECT_CTRL) && (in < 0x20)) || in Curl_urldecode()
|
H A D | dict.c | 187 result = Curl_urldecode(data->state.up.path, 0, &path, NULL, REJECT_CTRL); in dict_do()
|
H A D | imap.c | 1972 REJECT_CTRL); in imap_parse_url_path() 1995 REJECT_CTRL); in imap_parse_url_path() 2006 REJECT_CTRL); in imap_parse_url_path() 2093 result = Curl_urldecode(custom, 0, &imap->custom, NULL, REJECT_CTRL); in imap_parse_custom_request()
|
H A D | urlapi.c | 775 REJECT_CTRL); in urldecode_host() 1646 CURLcode res = Curl_urldecode(*part, 0, &decoded, &dlen, REJECT_CTRL); in curl_url_get() 1997 Curl_urldecode(newp, n, &decoded, &dlen, REJECT_CTRL); in curl_url_set()
|
H A D | pop3.c | 1484 return Curl_urldecode(path, 0, &pop3->id, NULL, REJECT_CTRL); in pop3_parse_url_path() 1501 result = Curl_urldecode(custom, 0, &pop3->custom, NULL, REJECT_CTRL); in pop3_parse_custom_request()
|
H A D | smtp.c | 1691 return Curl_urldecode(path, 0, &smtpc->domain, NULL, REJECT_CTRL); in smtp_parse_url_path() 1708 result = Curl_urldecode(custom, 0, &smtp->custom, NULL, REJECT_CTRL); in smtp_parse_custom_request()
|
H A D | smb.c | 1165 REJECT_CTRL); in smb_parse_url_path()
|
H A D | ftp.c | 1386 result = Curl_urldecode(ftp->path, 0, &rawPath, NULL, REJECT_CTRL); in ftp_state_list() 3245 REJECT_CTRL); in ftp_done() 4128 result = Curl_urldecode(ftp->path, 0, &rawPath, &pathLen, REJECT_CTRL); in ftp_parse_url_path()
|
H A D | url.c | 1869 REJECT_ZERO : REJECT_CTRL); 1891 REJECT_ZERO : REJECT_CTRL);
|
Completed in 48 milliseconds