Lines Matching refs:user_space
304 lws_wsi_tag(parent_wsi), lws_wsi_tag(wsi), sid, wsi->user_space); in __lws_wsi_server_new()
316 if (wsi->user_space) in __lws_wsi_server_new()
317 lws_free_set_NULL(wsi->user_space); in __lws_wsi_server_new()
379 if (wsi->user_space) in lws_wsi_h2_adopt()
380 lws_free_set_NULL(wsi->user_space); in lws_wsi_h2_adopt()
1532 if (h2n->swsi->user_space && in lws_h2_parse_end_of_frame()
1534 lws_free(h2n->swsi->user_space); in lws_h2_parse_end_of_frame()
1535 h2n->swsi->user_space = wsi->user_space; in lws_h2_parse_end_of_frame()
1548 wsi->user_space = NULL; in lws_h2_parse_end_of_frame()
2244 h2n->swsi->user_space, in lws_h2_parser()
2634 wsi->user_space, &p, lws_ptr_diff_size_t(end, p) - 12)) in lws_h2_client_handshake()
2794 wsi->a.protocol->callback(wsi, LWS_CALLBACK_HTTP_PMO, wsi->user_space, in lws_h2_ws_handshake()