• Home
  • Raw
  • Download

Lines Matching defs:wsi

134 void lws_h2_init(struct lws *wsi)  in lws_h2_init()
141 lws_h2_state(struct lws *wsi, enum lws_h2_states s) in lws_h2_state()
154 lws_h2_update_peer_txcredit(struct lws *wsi, unsigned int sid, int bump) in lws_h2_update_peer_txcredit()
198 lws_h2_get_peer_txcredit_estimate(struct lws *wsi) in lws_h2_get_peer_txcredit_estimate()
205 lws_h2_update_peer_txcredit_thresh(struct lws *wsi, unsigned int sid, int threshold, int bump) in lws_h2_update_peer_txcredit_thresh()
223 struct lws *wsi; in __lws_wsi_server_new() local
326 lws_wsi_h2_adopt(struct lws *parent_wsi, struct lws *wsi) in lws_wsi_h2_adopt()
389 lws_h2_issue_preface(struct lws *wsi) in lws_h2_issue_preface()
429 lws_pps_schedule(struct lws *wsi, struct lws_h2_protocol_send *pps) in lws_pps_schedule()
442 lws_h2_goaway(struct lws *wsi, uint32_t err, const char *reason) in lws_h2_goaway()
467 lws_h2_rst_stream(struct lws *wsi, uint32_t err, const char *reason) in lws_h2_rst_stream()
498 lws_h2_settings(struct lws *wsi, struct http2_settings *settings, in lws_h2_settings()
626 lws_h2_tx_cr_get(struct lws *wsi) in lws_h2_tx_cr_get()
647 lws_h2_tx_cr_consume(struct lws *wsi, int consumed) in lws_h2_tx_cr_consume()
657 int lws_h2_frame_write(struct lws *wsi, int type, int flags, in lws_h2_frame_write()
702 static void lws_h2_set_bin(struct lws *wsi, int n, unsigned char *buf) in lws_h2_set_bin()
714 int lws_h2_do_pps_send(struct lws *wsi) in lws_h2_do_pps_send()
958 lws_h2_parse_frame_header(struct lws *wsi) in lws_h2_parse_frame_header()
1436 lws_h2_parse_end_of_frame(struct lws *wsi) in lws_h2_parse_end_of_frame()
2002 lws_h2_parser(struct lws *wsi, unsigned char *in, lws_filepos_t _inlen, in lws_h2_parser()
2507 lws_h2_client_handshake(struct lws *wsi) in lws_h2_client_handshake()
2691 lws_h2_ws_handshake(struct lws *wsi) in lws_h2_ws_handshake()
2805 lws_read_h2(struct lws *wsi, unsigned char *buf, lws_filepos_t len) in lws_read_h2()
2879 lws_h2_client_stream_long_poll_rxonly(struct lws *wsi) in lws_h2_client_stream_long_poll_rxonly()