Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
Dwsi.c942 return wsi->parent_pending_cb_on_writable; in lws_get_child_pending_on_writable()
948 wsi->parent_pending_cb_on_writable = 0; in lws_clear_child_pending_on_writable()
Dclose.c187 wsi->parent_pending_cb_on_writable = wsi->seen_zero_length_recv = in __lws_reset_wsi()
Dprivate-lib-core-net.h784 unsigned int parent_pending_cb_on_writable:1; member