Searched defs:http_state (Results 1 – 2 of 2) sorted by relevance
230 struct http_state { struct232 struct http_state *next; argument234 struct fs_file file_handle;235 struct fs_file *handle;236 const char *file; /* Pointer to first unsent byte in buf. */238 struct tcp_pcb *pcb;240 struct pbuf *req;244 char *buf; /* File read buffer. */245 int buf_len; /* Size of file read buffer, buf. */247 u32_t left; /* Number of unsent bytes in buf. */[all …]
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 …]