Home
last modified time | relevance | path

Searched refs:REJECT_CTRL (Results 1 – 9 of 9) sorted by relevance

/external/curl/lib/
Descape.h31 REJECT_CTRL, enumerator
Descape.c190 if(((ctrl == REJECT_CTRL) && (in < 0x20)) || in Curl_urldecode()
Dimap.c1963 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()
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()
Dsmtp.c1696 REJECT_CTRL); in smtp_parse_url_path()
1714 result = Curl_urldecode(data, custom, 0, &smtp->custom, NULL, REJECT_CTRL); in smtp_parse_custom_request()
Durlapi.c1191 REJECT_CTRL); in curl_url_get()
Dsmb.c967 REJECT_CTRL); in smb_parse_url_path()
Dftp.c1447 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()
Durl.c1926 REJECT_ZERO : REJECT_CTRL);
1940 REJECT_ZERO : REJECT_CTRL);