• Home
  • Raw
  • Download

Lines Matching refs:lws

141 lws_h2_state(struct lws *wsi, enum lws_h2_states s);
258 struct lws *swsi;
324 lws_h2_rst_stream(struct lws *wsi, uint32_t err, const char *reason);
325 struct lws * lws_h2_get_nth_child(struct lws *wsi, int n);
326 void lws_h2_init(struct lws *wsi);
328 lws_h2_settings(struct lws *nwsi, struct http2_settings *settings,
331 lws_h2_parser(struct lws *wsi, unsigned char *in, lws_filepos_t inlen,
334 lws_h2_do_pps_send(struct lws *wsi);
336 lws_h2_frame_write(struct lws *wsi, int type, int flags, unsigned int sid,
338 struct lws *
339 lws_wsi_mux_from_id(struct lws *wsi, unsigned int sid);
341 lws_hpack_interpret(struct lws *wsi, unsigned char c);
343 lws_add_http2_header_by_name(struct lws *wsi,
348 lws_add_http2_header_by_token(struct lws *wsi,
353 lws_add_http2_header_status(struct lws *wsi,
357 lws_hpack_destroy_dynamic_header(struct lws *wsi);
359 lws_hpack_dynamic_size(struct lws *wsi, int size);
361 lws_h2_goaway(struct lws *wsi, uint32_t err, const char *reason);
363 lws_h2_tx_cr_get(struct lws *wsi);
365 lws_h2_tx_cr_consume(struct lws *wsi, int consumed);
367 lws_hdr_extant(struct lws *wsi, enum lws_token_indexes h);
369 lws_pps_schedule(struct lws *wsi, struct lws_h2_protocol_send *pss);
373 lws_h2_ws_handshake(struct lws *wsi);
374 int lws_h2_issue_preface(struct lws *wsi);
376 lws_h2_client_handshake(struct lws *wsi);
377 struct lws *
378 lws_wsi_h2_adopt(struct lws *parent_wsi, struct lws *wsi);
380 lws_handle_POLLOUT_event_h2(struct lws *wsi);
382 lws_read_h2(struct lws *wsi, unsigned char *buf, lws_filepos_t len);