Home
last modified time | relevance | path

Searched refs:handle_POLLOUT (Results 1 – 3 of 3) sorted by relevance

/external/libwebsockets/lib/core-net/
Dservice.c146 if (!wsi->role_ops->handle_POLLOUT) in lws_handle_POLLOUT_event()
149 n = wsi->role_ops->handle_POLLOUT(wsi); in lws_handle_POLLOUT_event()
/external/libwebsockets/lib/roles/
Dprivate-lib-roles.h200 int (*handle_POLLOUT)(struct lws *wsi); member
/external/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c567 .handle_POLLOUT = rops_handle_POLLOUT_mqtt,