Home
last modified time | relevance | path

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

/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.c183 provider1[0] = Curl_raw_toupper(provider1[0]); in make_headers()
484 tmp[1] = Curl_raw_toupper(q[1]); in canon_string()
485 tmp[2] = Curl_raw_toupper(q[2]); in canon_string()
H A Dcurl_ntlm_core.c419 dest[2 * i] = (unsigned char)(Curl_raw_toupper(src[i])); in ascii_uppercase_to_unicode_le()
H A Dtftp.c1387 command = Curl_raw_toupper(type[6]); in tftp_setup_connection()
H A Dcookie.c265 size_t j = (size_t)Curl_raw_toupper(*domain++); in cookie_hash_domain()
H A Dhttp.c1851 switch(Curl_raw_toupper(type[6])) { in Curl_http_target()
H A Dftp.c4564 command = Curl_raw_toupper(type[6]); in ftp_setup_connection()

Completed in 36 milliseconds