Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/http/
Dhttpd.c241 struct http_state { struct
243 struct http_state *next; argument
245 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 …]