Lines Matching defs:http_state
241 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. */
259 u8_t retries;
261 u8_t keepalive;
264 struct http_ssi_state *ssi;
267 char *params[LWIP_HTTPD_MAX_CGI_PARAMETERS]; /* Params extracted from the request URI */
291 LWIP_MEMPOOL_DECLARE(HTTPD_STATE, MEMP_NUM_PARALLEL_HTTPD_CONNS, sizeof(struct http_state),… argument