Searched refs:Curl_safe_strcasecompare (Results 1 – 4 of 4) sorted by relevance
/external/curl/lib/vtls/ |
D | vtls.c | 94 Curl_safe_strcasecompare(data->CApath, needle->CApath) && in Curl_ssl_config_matches() 95 Curl_safe_strcasecompare(data->CAfile, needle->CAfile) && in Curl_ssl_config_matches() 96 Curl_safe_strcasecompare(data->clientcert, needle->clientcert) && in Curl_ssl_config_matches() 97 Curl_safe_strcasecompare(data->random_file, needle->random_file) && in Curl_ssl_config_matches() 98 Curl_safe_strcasecompare(data->egdsocket, needle->egdsocket) && in Curl_ssl_config_matches() 99 Curl_safe_strcasecompare(data->cipher_list, needle->cipher_list) && in Curl_ssl_config_matches() 100 Curl_safe_strcasecompare(data->cipher_list13, needle->cipher_list13)) in Curl_ssl_config_matches()
|
/external/curl/lib/ |
D | strcase.h | 39 int Curl_safe_strcasecompare(const char *first, const char *second);
|
D | strcase.c | 124 int Curl_safe_strcasecompare(const char *first, const char *second) in Curl_safe_strcasecompare() function
|
D | url.c | 959 Curl_safe_strcasecompare(data->host.name, needle->host.name)) in proxy_info_matches()
|