Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/ws/
Dprivate-lib-roles-ws.h135 uint32_t rx_ubuf_alloc; member
Dops-ws.c392 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()
Dclient-ws.c660 wsi->ws->rx_ubuf_alloc = n; in lws_client_ws_upgrade()