Searched refs:Curl_raw_toupper (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Drawstr.c29 char Curl_raw_toupper(char in) function
101 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second))
110 return (Curl_raw_toupper(*first) == Curl_raw_toupper(*second));
116 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) {
126 return Curl_raw_toupper(*first) == Curl_raw_toupper(*second);
140 *dest++ = Curl_raw_toupper(*sr
[all...]
H A Drawstr.h38 char Curl_raw_toupper(char in);
H A Dssluse.c1066 if(Curl_raw_toupper(c) != Curl_raw_toupper(*hostname++))
H A Dtftp.c1477 command = Curl_raw_toupper(type[6]);
H A Dhttp.c1945 switch (Curl_raw_toupper(type[6])) {
H A Dftp.c4303 command = Curl_raw_toupper(type[6]);

Completed in 114 milliseconds