Searched refs:Curl_safe_strcasecompare (Results 1 – 4 of 4) sorted by relevance
/external/curl/lib/vtls/ |
D | vtls.c | 134 Curl_safe_strcasecompare(data->CApath, needle->CApath) && in Curl_ssl_config_matches() 135 Curl_safe_strcasecompare(data->CAfile, needle->CAfile) && in Curl_ssl_config_matches() 136 Curl_safe_strcasecompare(data->clientcert, needle->clientcert) && in Curl_ssl_config_matches() 137 Curl_safe_strcasecompare(data->random_file, needle->random_file) && in Curl_ssl_config_matches() 138 Curl_safe_strcasecompare(data->egdsocket, needle->egdsocket) && in Curl_ssl_config_matches() 139 Curl_safe_strcasecompare(data->cipher_list, needle->cipher_list) && in Curl_ssl_config_matches() 140 Curl_safe_strcasecompare(data->cipher_list13, needle->cipher_list13) && in Curl_ssl_config_matches() 141 Curl_safe_strcasecompare(data->curves, needle->curves) && in Curl_ssl_config_matches() 142 Curl_safe_strcasecompare(data->pinned_key, needle->pinned_key)) 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 | 195 int Curl_safe_strcasecompare(const char *first, const char *second) in Curl_safe_strcasecompare() function
|
D | url.c | 887 Curl_safe_strcasecompare(data->host.name, needle->host.name)) in proxy_info_matches()
|