Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/ws/
Dprivate-lib-roles-ws.h120 unsigned int stashed_write_pending:1; member
Dops-ws.c1700 if (pmdrx.eb_out.len && wsi->ws->stashed_write_pending) { in rops_write_role_protocol_ws()
1701 wsi->ws->stashed_write_pending = 0; in rops_write_role_protocol_ws()
1718 if (!wsi->ws->stashed_write_pending) in rops_write_role_protocol_ws()
1721 wsi->ws->stashed_write_pending = 1; in rops_write_role_protocol_ws()