Home
last modified time | relevance | path

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

/external/curl/lib/
Dstrcase.c31 char Curl_raw_toupper(char in) in Curl_raw_toupper() function
112 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()
Dstrcase.h42 char Curl_raw_toupper(char in);
Dcurl_ntlm_core.c534 dest[2 * i] = (unsigned char)(Curl_raw_toupper(src[i])); in ascii_uppercase_to_unicode_le()
Dtftp.c1391 command = Curl_raw_toupper(type[6]); in tftp_setup_connection()
Dcookie.c274 h ^= Curl_raw_toupper(*domain++); in cookie_hash_domain()
Dhttp.c2345 switch(Curl_raw_toupper(type[6])) { in Curl_http()
Dftp.c4403 command = Curl_raw_toupper(type[6]); in ftp_setup_connection()
/external/libevent/sample/
Dhostcheck.c54 static char Curl_raw_toupper(char in) in Curl_raw_toupper() function
126 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()