Home
last modified time | relevance | path

Searched refs:vwsi (Results 1 – 2 of 2) sorted by relevance

/external/libwebsockets/lib/core-net/
Dservice.c66 volatile struct lws *vwsi = (volatile struct lws *)wsi; in lws_handle_POLLOUT_event() local
71 vwsi->leave_pollout_active = 0; in lws_handle_POLLOUT_event()
72 vwsi->handling_pollout = 1; in lws_handle_POLLOUT_event()
165 int eff = vwsi->leave_pollout_active; in lws_handle_POLLOUT_event()
174 vwsi->handling_pollout = 0; in lws_handle_POLLOUT_event()
189 vwsi->leave_pollout_active = 0; in lws_handle_POLLOUT_event()
215 vwsi = (volatile struct lws *)wsi; in lws_handle_POLLOUT_event()
216 vwsi->leave_pollout_active = 0; in lws_handle_POLLOUT_event()
219 vwsi->handling_pollout = 0; in lws_handle_POLLOUT_event()
221 if (vwsi->leave_pollout_active) in lws_handle_POLLOUT_event()
[all …]
/external/libwebsockets/lib/roles/h1/
Dops-h1.c1038 volatile struct lws *vwsi = (volatile struct lws *)wsi;
1050 vwsi->leave_pollout_active = 1;
1072 vwsi->leave_pollout_active = 1;
1086 vwsi = (volatile struct lws *)wsi;
1087 vwsi->leave_pollout_active = 0;
1092 vwsi->handling_pollout = 0;
1094 if (vwsi->leave_pollout_active)