Searched defs:hs (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/libc/net/
H A Dntoh.c42 htons(uint16_t hs) argument
/barrelfish-master/usr/eclipseclp/CPViz/viztool/src/components/
H A DInternalFrame.java128 private HelpSet hs; field in class:InternalFrame
/barrelfish-master/lib/lua/src/
H A Dlgc.c781 int hs = g->strt.size / 2; /* half the size of the string table */ local
/barrelfish-master/lib/lwip2/src/apps/httpd/
H A Dhttpd.c340 http_add_connection(struct http_state *hs) argument
348 http_remove_connection(struct http_state *hs) argument
369 struct http_state *hs = http_connections; local
432 http_state_init(struct http_state* hs) argument
464 http_state_eof(struct http_state *hs) argument
500 http_state_free(struct http_state *hs) argument
582 http_close_or_abort_conn(struct tcp_pcb *pcb, struct http_state *hs, u8_t abort_conn) argument
632 http_close_conn(struct tcp_pcb *pcb, struct http_state *hs) argument
641 http_eof(struct tcp_pcb *pcb, struct http_state *hs) argument
674 extract_uri_parameters(struct http_state *hs, char *params) argument
745 get_tag_insert(struct http_state *hs) argument
828 get_http_headers(struct http_state *hs, const char *uri) argument
976 http_send_headers(struct tcp_pcb *pcb, struct http_state *hs) argument
1062 http_check_eof(struct tcp_pcb *pcb, struct http_state *hs) argument
1161 http_send_data_nonssi(struct tcp_pcb *pcb, struct http_state *hs) argument
1188 http_send_data_ssi(struct tcp_pcb *pcb, struct http_state *hs) argument
1512 http_send(struct tcp_pcb *pcb, struct http_state *hs) argument
1586 http_find_error_file(struct http_state *hs, u16_t error_nr) argument
1627 http_get_404_file(struct http_state *hs, const char **uri) argument
1656 http_handle_post_finished(struct http_state *hs) argument
1683 http_post_rxpbuf(struct http_state *hs, struct pbuf *p) argument
1735 http_post_request(struct pbuf *inp, struct http_state *hs, char *data, u16_t data_len, char *uri, char *uri_end) argument
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) argument
2082 http_find_file(struct http_state *hs, const char *uri, int is_09) argument
2228 http_init_file(struct http_state *hs, struct fs_file *file, int is_09, const char *uri, u8_t tag_check, char* params) argument
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
[all...]

Completed in 36 milliseconds