Searched refs:Curl_safe_strcasecompare (Results 1 – 4 of 4) sorted by relevance
39 int Curl_safe_strcasecompare(const char *first, const char *second);
123 int Curl_safe_strcasecompare(const char *first, const char *second) in Curl_safe_strcasecompare() function
3229 Curl_safe_strcasecompare(data->host.name, needle->host.name) && in proxy_info_matches()3230 Curl_safe_strcasecompare(data->user, needle->user) && in proxy_info_matches()3231 Curl_safe_strcasecompare(data->passwd, needle->passwd)) in proxy_info_matches()
100 Curl_safe_strcasecompare(data->CApath, needle->CApath) && in Curl_ssl_config_matches()101 Curl_safe_strcasecompare(data->CAfile, needle->CAfile) && in Curl_ssl_config_matches()102 Curl_safe_strcasecompare(data->clientcert, needle->clientcert) && in Curl_ssl_config_matches()103 Curl_safe_strcasecompare(data->cipher_list, needle->cipher_list)) in Curl_ssl_config_matches()