Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/
H A Dhttpd.c230 struct http_state { struct
232 struct http_state *next; argument
234 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 …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/
H A 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 …]