Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h762 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;
[all …]