Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h396 struct ConnectBits { struct
398 bool proxy_ssl_connected[2]; /* TRUE when SSL initialization for HTTPS proxy
400 bool tcpconnect[2]; /* the TCP layer (or similar) is connected, this is set
402 bit close:1; /* if set, we close the connection after this request */
403 bit reuse:1; /* if set, this is a re-used connection */
404 bit conn_to_host:1; /* if set, this connection has a "connect to host"
406 bit conn_to_port:1; /* if set, this connection has a "connect to port"
408 bit proxy:1; /* if set, this transfer is done through a proxy - any type */
409 bit httpproxy:1; /* if set, this transfer is done through a http proxy */
410 bit socksproxy:1; /* if set, this transfer is done through a socks proxy */
[all …]