Searched refs:rx_ubuf_alloc (Results 1 – 3 of 3) sorted by relevance
135 uint32_t rx_ubuf_alloc; member
392 if (wsi->ws->rx_ubuf_head + LWS_PRE >= wsi->ws->rx_ubuf_alloc) { in lws_ws_rx_sm()848 wsi->ws->rx_ubuf_alloc = n; in lws_server_init_wsi_for_ws()1124 ebuf.len = wsi->ws->rx_ubuf_alloc; in rops_handle_POLLIN_ws()1214 pending = pending > wsi->ws->rx_ubuf_alloc ? in rops_handle_POLLIN_ws()1215 wsi->ws->rx_ubuf_alloc : pending; in rops_handle_POLLIN_ws()
660 wsi->ws->rx_ubuf_alloc = n; in lws_client_ws_upgrade()