Lines Matching defs:hs
124 #define HTTP_IS_DATA_VOLATILE(hs) ((hs)->ssi ? TCP_WRITE_FLAG_COPY : 0) argument
127 #define HTTP_IS_DATA_VOLATILE(hs) (((hs->file != NULL) && (hs->handle != NULL) && (hs->file == \ argument
135 #define HTTP_IS_HDR_VOLATILE(hs, ptr) 0 argument
340 http_add_connection(struct http_state *hs) in http_add_connection()
348 http_remove_connection(struct http_state *hs) in http_remove_connection()
369 struct http_state *hs = http_connections; in http_kill_oldest_connection() local
396 #define http_add_connection(hs) argument
397 #define http_remove_connection(hs) argument
432 http_state_init(struct http_state* hs) in http_state_init()
464 http_state_eof(struct http_state *hs) in http_state_eof()
500 http_state_free(struct http_state *hs) in http_state_free()
582 http_close_or_abort_conn(struct tcp_pcb *pcb, struct http_state *hs, u8_t abort_conn) in http_close_or_abort_conn()
632 http_close_conn(struct tcp_pcb *pcb, struct http_state *hs) in http_close_conn()
641 http_eof(struct tcp_pcb *pcb, struct http_state *hs) in http_eof()
674 extract_uri_parameters(struct http_state *hs, char *params) in extract_uri_parameters()
745 get_tag_insert(struct http_state *hs)
828 get_http_headers(struct http_state *hs, const char *uri)
976 http_send_headers(struct tcp_pcb *pcb, struct http_state *hs)
1062 http_check_eof(struct tcp_pcb *pcb, struct http_state *hs)
1161 http_send_data_nonssi(struct tcp_pcb *pcb, struct http_state *hs)
1188 http_send_data_ssi(struct tcp_pcb *pcb, struct http_state *hs)
1512 http_send(struct tcp_pcb *pcb, struct http_state *hs)
1586 http_find_error_file(struct http_state *hs, u16_t error_nr)
1616 #define http_find_error_file(hs, error_nr) ERR_ARG argument
1627 http_get_404_file(struct http_state *hs, const char **uri)
1656 http_handle_post_finished(struct http_state *hs)
1683 http_post_rxpbuf(struct http_state *hs, struct pbuf *p)
1735 http_post_request(struct pbuf *inp, struct http_state *hs,
1839 struct http_state *hs = (struct http_state*)connection; local
1874 struct http_state *hs = (struct http_state*)connection; local
1899 http_parse_request(struct pbuf *inp, struct http_state *hs, struct tcp_pcb *pcb)
2082 http_find_file(struct http_state *hs, const char *uri, int is_09)
2228 http_init_file(struct http_state *hs, struct fs_file *file, int is_09, const char *uri,
2341 struct http_state *hs = (struct http_state *)arg; local
2358 struct http_state *hs = (struct http_state *)arg; local
2385 struct http_state *hs = (struct http_state *)arg; local
2433 struct http_state *hs = (struct http_state *)arg; local
2518 struct http_state *hs; local