Searched refs:Curl_raw_toupper (Results 1 – 8 of 8) sorted by relevance
31 char Curl_raw_toupper(char in) in Curl_raw_toupper() function112 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) in Curl_strcasecompare()121 return (Curl_raw_toupper(*first) == Curl_raw_toupper(*second)); in Curl_strcasecompare()140 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) { in Curl_strncasecompare()150 return Curl_raw_toupper(*first) == Curl_raw_toupper(*second); in Curl_strncasecompare()164 *dest++ = Curl_raw_toupper(*src); in Curl_strntoupper()
42 char Curl_raw_toupper(char in);
534 dest[2 * i] = (unsigned char)(Curl_raw_toupper(src[i])); in ascii_uppercase_to_unicode_le()
1391 command = Curl_raw_toupper(type[6]); in tftp_setup_connection()
274 h ^= Curl_raw_toupper(*domain++); in cookie_hash_domain()
2345 switch(Curl_raw_toupper(type[6])) { in Curl_http()
4403 command = Curl_raw_toupper(type[6]); in ftp_setup_connection()
54 static char Curl_raw_toupper(char in) in Curl_raw_toupper() function126 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) in Curl_raw_equal()135 return (Curl_raw_toupper(*first) == Curl_raw_toupper(*second)); in Curl_raw_equal()141 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) { in Curl_raw_nequal()151 return Curl_raw_toupper(*first) == Curl_raw_toupper(*second); in Curl_raw_nequal()