Home
last modified time | relevance | path

Searched refs:REJECT_CTRL (Results 1 - 8 of 8) sorted by relevance

/third_party/curl/lib/
H A Descape.h33 REJECT_CTRL, enumerator
H A Descape.c112 * - REJECT_CTRL: rejects control characters (byte codes lower than 32) in
154 if(((ctrl == REJECT_CTRL) && (in < 0x20)) || in Curl_urldecode()
H A Dsmtp.c1727 return Curl_urldecode(path, 0, &smtpc->domain, NULL, REJECT_CTRL); in smtp_parse_url_path()
1744 result = Curl_urldecode(custom, 0, &smtp->custom, NULL, REJECT_CTRL); in smtp_parse_custom_request()
H A Durlapi.c782 REJECT_CTRL); in urldecode_host()
1630 CURLcode res = Curl_urldecode(*part, 0, &decoded, &dlen, REJECT_CTRL); in curl_url_get()
H A Dpop3.c1425 return Curl_urldecode(path, 0, &pop3->id, NULL, REJECT_CTRL); in pop3_parse_url_path()
1442 result = Curl_urldecode(custom, 0, &pop3->custom, NULL, REJECT_CTRL); in pop3_parse_custom_request()
H A Dftp.c1430 result = Curl_urldecode(ftp->path, 0, &rawPath, NULL, REJECT_CTRL); in ftp_state_list()
3284 REJECT_CTRL); in ftp_done()
4140 result = Curl_urldecode(ftp->path, 0, &rawPath, &pathLen, REJECT_CTRL); in ftp_parse_url_path()
H A Dsmb.c1169 REJECT_CTRL); in smb_parse_url_path()
H A Durl.c1914 REJECT_ZERO : REJECT_CTRL);
1935 REJECT_ZERO : REJECT_CTRL);

Completed in 19 milliseconds