Searched defs:http_state (Results 1 – 1 of 1) sorted by relevance
241 struct http_state { struct243 struct http_state *next; argument245 struct fs_file file_handle;246 struct fs_file *handle;247 const char *file; /* Pointer to first unsent byte in buf. */249 struct altcp_pcb *pcb;251 struct pbuf *req;255 char *buf; /* File read buffer. */256 int buf_len; /* Size of file read buffer, buf. */258 u32_t left; /* Number of unsent bytes in buf. */[all …]