Home
last modified time | relevance | path

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

/external/libwebsockets/lib/core-net/
Dservice.c205 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()
/external/libwebsockets/lib/roles/
Dprivate-lib-roles.h202 int (*perform_user_POLLOUT)(struct lws *wsi); member