Lines Matching defs:http_connect_state
762 struct http_connect_state { struct
763 char connect_buffer[CONNECT_BUFFER_SIZE];
764 int perline; /* count bytes per line */
765 int keepon;
766 char *line_start;
767 char *ptr; /* where to store more data */
768 curl_off_t cl; /* size of content to read and ignore */
769 enum {
773 } tunnel_state;
774 bit chunked_encoding:1;
775 bit close_connection:1;