Home
last modified time | relevance | path

Searched refs:Curl_safe_strcasecompare (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Dstrcase.h39 int Curl_safe_strcasecompare(const char *first, const char *second);
Dstrcase.c123 int Curl_safe_strcasecompare(const char *first, const char *second) in Curl_safe_strcasecompare() function
Durl.c3229 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()
/external/curl/lib/vtls/
Dvtls.c100 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()