Lines Matching defs:bits
58 * the rest are internal information. If we use higher bits we only do this on
485 #define CONN_IS_PROXIED(x) x->bits.proxy
505 /* always modify bits.close with the connclose() and connkeep() macros! */
928 bits.conn_to_host is set */
959 struct ConnectBits bits; /* various state-flags for this connection */
1078 int waitfor; /* current READ/WRITE bits to wait for */
1086 bits.conn_to_port is set */
1107 ((c)->bits.socksproxy ? (c)->socks_proxy.host.dispname : \
1108 (c)->bits.httpproxy ? (c)->http_proxy.host.dispname : \
1109 (c)->bits.conn_to_host ? (c)->conn_to_host.dispname : \
1113 (c)->bits.conn_to_host ? (c)->conn_to_host.dispname : \