Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dstrcase.c72 char Curl_raw_toupper(char in) in Curl_raw_toupper() function
95 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) in casecompare()
122 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) in ncasecompare()
131 return Curl_raw_toupper(*first) == Curl_raw_toupper(*second); in ncasecompare()
155 *dest++ = Curl_raw_toupper(*src); in Curl_strntoupper()
H A Dstrcase.h41 char Curl_raw_toupper(char in);
H A Dhttp_aws_sigv4.c152 provider1[0] = Curl_raw_toupper(provider1[0]); in make_headers()
492 tmp[1] = Curl_raw_toupper(q[1]); in canon_query()
493 tmp[2] = Curl_raw_toupper(q[2]); in canon_query()
H A Dcurl_ntlm_core.c415 dest[2 * i] = (unsigned char)(Curl_raw_toupper(src[i])); in ascii_uppercase_to_unicode_le()
H A Dtftp.c1386 command = Curl_raw_toupper(type[6]); in tftp_setup_connection()
H A Dcookie.c266 h ^= Curl_raw_toupper(*domain++); in cookie_hash_domain()
H A Dftp.c4408 command = Curl_raw_toupper(type[6]); in ftp_setup_connection()
H A Dhttp.c2304 switch(Curl_raw_toupper(type[6])) { in Curl_http_target()

Completed in 19 milliseconds