Searched refs:Curl_raw_toupper (Results 1 – 8 of 8) sorted by relevance
33 char Curl_raw_toupper(char in) in Curl_raw_toupper() function183 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()
42 char Curl_raw_toupper(char in);
160 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()
469 dest[2 * i] = (unsigned char)(Curl_raw_toupper(src[i])); in ascii_uppercase_to_unicode_le()
1390 command = Curl_raw_toupper(type[6]); in tftp_setup_connection()
262 h ^= Curl_raw_toupper(*domain++); in cookie_hash_domain()
4396 command = Curl_raw_toupper(type[6]); in ftp_setup_connection()
2260 switch(Curl_raw_toupper(type[6])) { in Curl_http_target()