Searched refs:REJECT_ZERO (Results 1 - 8 of 8) sorted by relevance
/third_party/curl/lib/ |
H A D | escape.h | 34 REJECT_ZERO enumerator
|
H A D | curl_path.c | 48 &working_path_len, REJECT_ZERO); in Curl_getworkingpath()
|
H A D | escape.c | 114 * - REJECT_ZERO: rejects decoded zero bytes 155 ((ctrl == REJECT_ZERO) && (in == 0))) { in Curl_urldecode()
|
H A D | gopher.c | 173 result = Curl_urldecode(newp, 0, &sel, &len, REJECT_ZERO); in gopher_do()
|
H A D | ldap.c | 886 result = Curl_urldecode(dn, 0, &unescaped, NULL, REJECT_ZERO); in _ldap_url_parse2() 952 REJECT_ZERO); in _ldap_url_parse2() 1021 result = Curl_urldecode(filter, 0, &unescaped, NULL, REJECT_ZERO); in _ldap_url_parse2()
|
H A D | file.c | 165 &real_path_len, REJECT_ZERO); in file_connect()
|
H A D | url.c | 1914 REJECT_ZERO : REJECT_CTRL); 1935 REJECT_ZERO : REJECT_CTRL); 2390 REJECT_ZERO); 2396 NULL, REJECT_ZERO);
|
H A D | tftp.c | 468 &filename, NULL, REJECT_ZERO); in tftp_send_first()
|
Completed in 10 milliseconds