Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c882 proxy_info_matches(const struct proxy_info *data, in proxy_info_matches() function
897 if(!proxy_info_matches(data, needle)) in socks_proxy_info_matches()
921 #define proxy_info_matches(x,y) FALSE macro
1221 if(!proxy_info_matches(&needle->http_proxy, &check->http_proxy)) in ConnectionExists()