Home
last modified time | relevance | path

Searched defs:ConnectBits (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Durldata.h370 struct ConnectBits { struct
372 bool close; /* if set, we close the connection after this request */
373 bool reuse; /* if set, this is a re-used connection */
374 bool conn_to_host; /* if set, this connection has a "connect to host"
376 bool conn_to_port; /* if set, this connection has a "connect to port"
378 bool proxy; /* if set, this transfer is done through a proxy - any type */
379 bool httpproxy; /* if set, this transfer is done through a http proxy */
380 bool socksproxy; /* if set, this transfer is done through a socks proxy */
381 bool user_passwd; /* do we use user+password for this connection? */
382 bool proxy_user_passwd; /* user+password for the proxy? */
[all …]