Lines Matching defs:wsi
109 __lws_header_table_reset(struct lws *wsi, int autoservice) in __lws_header_table_reset()
149 lws_header_table_reset(struct lws *wsi, int autoservice) in lws_header_table_reset()
161 _lws_header_ensure_we_are_on_waiting_list(struct lws *wsi) in _lws_header_ensure_we_are_on_waiting_list()
184 __lws_remove_from_ah_waiting_list(struct lws *wsi) in __lws_remove_from_ah_waiting_list()
207 lws_header_table_attach(struct lws *wsi, int autoservice) in lws_header_table_attach()
306 int __lws_header_table_detach(struct lws *wsi, int autoservice) in __lws_header_table_detach()
445 int lws_header_table_detach(struct lws *wsi, int autoservice) in lws_header_table_detach()
459 lws_hdr_fragment_length(struct lws *wsi, enum lws_token_indexes h, int frag_idx) in lws_hdr_fragment_length()
478 int lws_hdr_total_length(struct lws *wsi, enum lws_token_indexes h) in lws_hdr_total_length()
501 int lws_hdr_copy_fragment(struct lws *wsi, char *dst, int len, in lws_hdr_copy_fragment()
532 int lws_hdr_copy(struct lws *wsi, char *dst, int len, in lws_hdr_copy()
598 lws_hdr_custom_length(struct lws *wsi, const char *name, int nlen) in lws_hdr_custom_length()
622 lws_hdr_custom_copy(struct lws *wsi, char *dst, int len, const char *name, in lws_hdr_custom_copy()
656 lws_hdr_custom_name_foreach(struct lws *wsi, lws_hdr_custom_fe_cb_t cb, in lws_hdr_custom_name_foreach()
681 char *lws_hdr_simple_ptr(struct lws *wsi, enum lws_token_indexes h) in lws_hdr_simple_ptr()
696 lws_pos_in_bounds(struct lws *wsi) in lws_pos_in_bounds()
723 lws_hdr_simple_create(struct lws *wsi, enum lws_token_indexes h, const char *s) in lws_hdr_simple_create()
760 issue_char(struct lws *wsi, unsigned char c) in issue_char()
794 lws_parse_urldecode(struct lws *wsi, uint8_t *_c) in lws_parse_urldecode()
1018 lws_parse(struct lws *wsi, unsigned char *buf, int *len) in lws_parse()
1536 lws_http_cookie_get(struct lws *wsi, const char *name, char *buf, in lws_http_cookie_get()
1621 lws_jwt_get_http_cookie_validate_jwt(struct lws *wsi, in lws_jwt_get_http_cookie_validate_jwt()
1674 lws_jwt_sign_token_set_http_cookie(struct lws *wsi, in lws_jwt_sign_token_set_http_cookie()