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

  /external/curl/lib/
strcase.c 31 char Curl_raw_toupper(char in)
112 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second))
121 return (Curl_raw_toupper(*first) == Curl_raw_toupper(*second));
140 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) {
150 return Curl_raw_toupper(*first) == Curl_raw_toupper(*second);
164 *dest++ = Curl_raw_toupper(*src)
    [all...]
  /external/libevent/sample/
hostcheck.c 54 static char Curl_raw_toupper(char in)
126 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second))
135 return (Curl_raw_toupper(*first) == Curl_raw_toupper(*second));
141 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) {
151 return Curl_raw_toupper(*first) == Curl_raw_toupper(*second);

Completed in 61 milliseconds