Searched refs:Curl_strntoupper (Results 1 – 4 of 4) sorted by relevance
48 void Curl_strntoupper(char *dest, const char *src, size_t n);
229 void Curl_strntoupper(char *dest, const char *src, size_t n) in Curl_strntoupper() function
452 Curl_strntoupper((char *)pw, password, len); in Curl_ntlm_core_mk_lm_hash()
2228 Curl_strntoupper(proxy_env, proxy_env, sizeof(proxy_env));