Searched refs:REJECT_CTRL (Results 1 - 8 of 8) sorted by relevance
/third_party/curl/lib/ |
H A D | escape.h | 33 REJECT_CTRL, enumerator
|
H A D | escape.c | 112 * - REJECT_CTRL: rejects control characters (byte codes lower than 32) in 154 if(((ctrl == REJECT_CTRL) && (in < 0x20)) || in Curl_urldecode()
|
H A D | smtp.c | 1727 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 D | urlapi.c | 782 REJECT_CTRL); in urldecode_host() 1630 CURLcode res = Curl_urldecode(*part, 0, &decoded, &dlen, REJECT_CTRL); in curl_url_get()
|
H A D | pop3.c | 1425 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 D | ftp.c | 1430 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 D | smb.c | 1169 REJECT_CTRL); in smb_parse_url_path()
|
H A D | url.c | 1914 REJECT_ZERO : REJECT_CTRL); 1935 REJECT_ZERO : REJECT_CTRL);
|
Completed in 19 milliseconds