Home
last modified time | relevance | path

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

/external/libwebsockets/lib/core-net/
Dwsi.c686 return wsi->parent_pending_cb_on_writable; in lws_get_child_pending_on_writable()
692 wsi->parent_pending_cb_on_writable = 0; in lws_clear_child_pending_on_writable()
Dprivate-lib-core-net.h787 unsigned int parent_pending_cb_on_writable:1; member