Home
last modified time | relevance | path

Searched refs:lws_callback_as_writeable (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/roles/raw-file/
Dops-raw-file.c38 n = lws_callback_as_writeable(wsi); in rops_handle_POLLIN_raw_file()
/third_party/libwebsockets/lib/core-net/
Dservice.c49 lws_callback_as_writeable(struct lws *wsi) in lws_callback_as_writeable() function
220 n = lws_callback_as_writeable(wsi); in lws_handle_POLLOUT_event()
Dprivate-lib-core-net.h1171 lws_callback_as_writeable(struct lws *wsi);
/third_party/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c411 if (lws_callback_as_writeable(w)) { in rops_handle_POLLOUT_mqtt()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c1240 if (lws_callback_as_writeable(w)) { in rops_perform_user_POLLOUT_h2()