Searched refs:REJECT_CTRL (Results 1 – 9 of 9) sorted by relevance
/external/curl/lib/ |
D | escape.h | 31 REJECT_CTRL, enumerator
|
D | escape.c | 190 if(((ctrl == REJECT_CTRL) && (in < 0x20)) || in Curl_urldecode()
|
D | imap.c | 1963 REJECT_CTRL); in imap_parse_url_path() 1986 REJECT_CTRL); in imap_parse_url_path() 1997 REJECT_CTRL); in imap_parse_url_path() 2085 result = Curl_urldecode(data, custom, 0, &imap->custom, NULL, REJECT_CTRL); in imap_parse_custom_request()
|
D | pop3.c | 1396 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()
|
D | smtp.c | 1696 REJECT_CTRL); in smtp_parse_url_path() 1714 result = Curl_urldecode(data, custom, 0, &smtp->custom, NULL, REJECT_CTRL); in smtp_parse_custom_request()
|
D | urlapi.c | 1191 REJECT_CTRL); in curl_url_get()
|
D | smb.c | 967 REJECT_CTRL); in smb_parse_url_path()
|
D | ftp.c | 1447 result = Curl_urldecode(data, ftp->path, 0, &rawPath, NULL, REJECT_CTRL); in ftp_state_list() 3193 REJECT_CTRL); in ftp_done() 4054 result = Curl_urldecode(data, ftp->path, 0, &rawPath, &pathLen, REJECT_CTRL); in ftp_parse_url_path()
|
D | url.c | 1926 REJECT_ZERO : REJECT_CTRL); 1940 REJECT_ZERO : REJECT_CTRL);
|