Lines Matching refs:err_t
308 static err_t http_close_conn(struct altcp_pcb *pcb, struct http_state *hs);
309 static err_t http_close_or_abort_conn(struct altcp_pcb *pcb, struct http_state *hs, u8_t abort_conn);
310 static err_t http_find_file(struct http_state *hs, const char *uri, int is_09);
311 static err_t http_init_file(struct http_state *hs, struct fs_file *file, int is_09, const char *uri, u8_t tag_check, char *params);
312 static err_t http_poll(void *arg, struct altcp_pcb *pcb);
532 static err_t
536 err_t err;
595 static err_t
598 err_t err;
645 static err_t
1000 err_t err;
1194 err_t err;
1221 err_t err = ERR_OK;
1647 * another err_t otherwise
1649 static err_t
1691 err_t err;
1717 static err_t
1741 * @return ERR_OK if passed successfully, another err_t if the response file
1744 static err_t
1747 err_t err;
1798 * another err_t: Error parsing POST or denied by the application
1800 static err_t
1804 err_t err;
1965 * another err_t otherwise
1967 static err_t
1978 err_t err;
2189 * another err_t otherwise
2191 static err_t
2197 err_t err;
2318 * another err_t otherwise
2320 static err_t
2440 http_err(void *arg, err_t err)
2456 static err_t
2483 static err_t
2491 err_t closed;
2531 static err_t
2532 http_recv(void *arg, struct altcp_pcb *pcb, struct pbuf *p, err_t err)
2579 err_t parsed = http_parse_request(p, hs, pcb);
2616 static err_t
2617 http_accept(void *arg, struct altcp_pcb *pcb, err_t err)
2656 err_t err;