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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/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 Dtftp.c1353 command = Curl_raw_toupper(type[6]);
H A Dhttp.c1957 switch (Curl_raw_toupper(type[6])) {
H A Dftp.c4527 command = Curl_raw_toupper(type[6]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_metalink.c511 v[i] = Curl_raw_toupper(s[i]);

Completed in 160 milliseconds