• Home
  • Raw
  • Download

Lines Matching refs:mux

482 	n = lws_h2_frame_write(wsi, n, flags, wsi->mux.my_sid, (int)len, buf);  in rops_write_role_protocol_h2()
668 lwsl_info(" wsi: %p, his parent %p: siblings:\n", wsi, wsi->mux.parent_wsi); in rops_close_kill_connection_h2()
676 lwsl_info("closing %p: parent %p\n", wsi, wsi->mux.parent_wsi); in rops_close_kill_connection_h2()
678 if (wsi->mux.child_list && lwsl_visible(LLL_INFO)) { in rops_close_kill_connection_h2()
702 wsi->mux.parent_wsi) { in rops_close_kill_connection_h2()
722 if (wsi->mux.requested_POLLOUT in rops_callback_on_writable_h2()
829 wsi->mux.requested_POLLOUT = 0; in rops_perform_user_POLLOUT_h2()
837 wsi2 = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
844 wa = &(*wsi2)->mux.sibling_list; in rops_perform_user_POLLOUT_h2()
845 if (!(*wsi2)->mux.requested_POLLOUT) in rops_perform_user_POLLOUT_h2()
858 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
873 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
877 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
899 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
910 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
927 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
974 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
978 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
989 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
1012 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
1020 (w)->mux.requested_POLLOUT = 1; in rops_perform_user_POLLOUT_h2()
1075 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
1080 (w)->mux.requested_POLLOUT = 1; in rops_perform_user_POLLOUT_h2()
1115 wa = &wsi->mux.child_list; in rops_perform_user_POLLOUT_h2()
1135 if (wsi->mux.parent_wsi) in rops_encapsulation_parent_h2()
1136 return wsi->mux.parent_wsi; in rops_encapsulation_parent_h2()