Home
last modified time | relevance | path

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

/curl/lib/
H A Descape.h33 REJECT_CTRL, enumerator
H A Descape.c157 if(((ctrl == REJECT_CTRL) && (in < 0x20)) || in Curl_urldecode()
H A Ddict.c187 result = Curl_urldecode(data->state.up.path, 0, &path, NULL, REJECT_CTRL); in dict_do()
H A Dimap.c1972 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 Durlapi.c775 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 Dpop3.c1484 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 Dsmtp.c1691 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 Dsmb.c1165 REJECT_CTRL); in smb_parse_url_path()
H A Dftp.c1386 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 Durl.c1869 REJECT_ZERO : REJECT_CTRL);
1891 REJECT_ZERO : REJECT_CTRL);

Completed in 48 milliseconds