Home | History | Annotate | Download | only in lib

Lines Matching refs:Curl_safe_strcasecompare

3229      Curl_safe_strcasecompare(data->host.name, needle->host.name) &&
3230 Curl_safe_strcasecompare(data->user, needle->user) &&
3231 Curl_safe_strcasecompare(data->passwd, needle->passwd))