Home
last modified time | relevance | path

Searched refs:Curl_raw_toupper (Results 1 – 8 of 8) sorted by relevance

/third_party/curl/lib/
Dstrcase.c33 char Curl_raw_toupper(char in) in Curl_raw_toupper() function
183 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) in Curl_strcasecompare()
192 return (Curl_raw_toupper(*first) == Curl_raw_toupper(*second)); in Curl_strcasecompare()
211 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) { in Curl_strncasecompare()
221 return Curl_raw_toupper(*first) == Curl_raw_toupper(*second); in Curl_strncasecompare()
235 *dest++ = Curl_raw_toupper(*src); in Curl_strntoupper()
Dstrcase.h42 char Curl_raw_toupper(char in);
Dhttp_aws_sigv4.c160 provider1_mid[0] = Curl_raw_toupper(provider1_mid[0]); in Curl_output_aws_sigv4()
198 provider1_mid[0] = Curl_raw_toupper(provider1_mid[0]); in Curl_output_aws_sigv4()
Dcurl_ntlm_core.c469 dest[2 * i] = (unsigned char)(Curl_raw_toupper(src[i])); in ascii_uppercase_to_unicode_le()
Dtftp.c1390 command = Curl_raw_toupper(type[6]); in tftp_setup_connection()
Dcookie.c262 h ^= Curl_raw_toupper(*domain++); in cookie_hash_domain()
Dftp.c4396 command = Curl_raw_toupper(type[6]); in ftp_setup_connection()
Dhttp.c2260 switch(Curl_raw_toupper(type[6])) { in Curl_http_target()