Home
last modified time | relevance | path

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

/curl/lib/
H A Durldata.h496 #define CONN_IS_PROXIED(x) 0 macro
498 #define CONN_IS_PROXIED(x) x->bits.proxy macro
H A Ddoh.c1306 return CONN_IS_PROXIED(data->conn) ? CURLE_COULDNT_RESOLVE_PROXY : in Curl_doh_is_resolved()
H A Durl.c3209 if(!unix_path && CONN_IS_PROXIED(conn) && conn->socks_proxy.host.name &&
3225 if(CONN_IS_PROXIED(conn)) {

Completed in 32 milliseconds