Lines Matching defs:hs
127 #define HTTP_IS_DYNAMIC_FILE(hs) ((hs)->buf != NULL) argument
129 #define HTTP_IS_DYNAMIC_FILE(hs) 0 argument
136 #define HTTP_IS_DATA_VOLATILE(hs) (HTTP_IS_DYNAMIC_FILE(hs) ? TCP_WRITE_FLAG_COPY : 0) argument
140 #define HTTP_IS_HDR_VOLATILE(hs, ptr) 0 argument
354 http_add_connection(struct http_state *hs) in http_add_connection()
362 http_remove_connection(struct http_state *hs) in http_remove_connection()
383 struct http_state *hs = http_connections; in http_kill_oldest_connection() local
410 #define http_add_connection(hs) argument
411 #define http_remove_connection(hs) argument
446 http_state_init(struct http_state *hs) in http_state_init()
478 http_state_eof(struct http_state *hs) in http_state_eof()
514 http_state_free(struct http_state *hs) in http_state_free()
596 http_close_or_abort_conn(struct altcp_pcb *pcb, struct http_state *hs, u8_t abort_conn) in http_close_or_abort_conn()
646 http_close_conn(struct altcp_pcb *pcb, struct http_state *hs) in http_close_conn()
655 http_eof(struct altcp_pcb *pcb, struct http_state *hs) in http_eof()
688 extract_uri_parameters(struct http_state *hs, char *params) in extract_uri_parameters()
759 get_tag_insert(struct http_state *hs)
842 get_http_headers(struct http_state *hs, const char *uri)
948 get_http_content_length(struct http_state *hs)
998 http_send_headers(struct altcp_pcb *pcb, struct http_state *hs)
1093 http_check_eof(struct altcp_pcb *pcb, struct http_state *hs)
1192 http_send_data_nonssi(struct altcp_pcb *pcb, struct http_state *hs)
1219 http_send_data_ssi(struct altcp_pcb *pcb, struct http_state *hs)
1559 http_send(struct altcp_pcb *pcb, struct http_state *hs)
1634 http_find_error_file(struct http_state *hs, u16_t error_nr)
1662 #define http_find_error_file(hs, error_nr) ERR_ARG argument
1673 http_get_404_file(struct http_state *hs, const char **uri)
1702 http_handle_post_finished(struct http_state *hs)
1729 http_post_rxpbuf(struct http_state *hs, struct pbuf *p)
1785 http_post_request(struct pbuf *inp, struct http_state *hs,
1891 struct http_state *hs = (struct http_state *)connection; local
1926 struct http_state *hs = (struct http_state *)connection; local
1952 http_parse_request(struct pbuf *inp, struct http_state *hs, struct altcp_pcb *pcb)
2176 http_find_file(struct http_state *hs, const char *uri, int is_09)
2305 http_init_file(struct http_state *hs, struct fs_file *file, int is_09, const char *uri,
2426 struct http_state *hs = (struct http_state *)arg; local
2443 struct http_state *hs = (struct http_state *)arg; local
2470 struct http_state *hs = (struct http_state *)arg; local
2518 struct http_state *hs = (struct http_state *)arg; local
2603 struct http_state *hs; local