HomeSort by relevance Sort by last modified time
    Searched refs:Curl_raw_toupper (Results 1 - 6 of 6) sorted by null

  /external/curl/lib/
rawstr.c 29 char Curl_raw_toupper(char in)
107 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second))
116 return (Curl_raw_toupper(*first) == Curl_raw_toupper(*second));
122 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) {
132 return Curl_raw_toupper(*first) == Curl_raw_toupper(*second);
146 *dest++ = Curl_raw_toupper(*src)
    [all...]
rawstr.h 38 char Curl_raw_toupper(char in);
tftp.c     [all...]
http.c     [all...]
ftp.c     [all...]
  /external/curl/src/
tool_metalink.c 569 v[i] = Curl_raw_toupper(s[i]);

Completed in 776 milliseconds