HomeSort by relevance Sort by last modified time
    Searched refs:Curl_raw_toupper (Results 1 - 7 of 7) 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...]
strcase.h 42 char Curl_raw_toupper(char in);
49 char Curl_raw_toupper(char in);
curl_ntlm_core.c 544 dest[2 * i] = (unsigned char)(Curl_raw_toupper(src[i]));
tftp.c     [all...]
http.c     [all...]
ftp.c     [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 605 milliseconds