Searched refs:perform_user_POLLOUT (Results 1 – 2 of 2) sorted by relevance
202 int (*perform_user_POLLOUT)(struct lws *wsi); member
205 if (wsi->role_ops->perform_user_POLLOUT) { in lws_handle_POLLOUT_event()206 if (wsi->role_ops->perform_user_POLLOUT(wsi) == -1) in lws_handle_POLLOUT_event()