Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/ws/
Dprivate-lib-roles-ws.h104 size_t proxy_buffered; member
/third_party/libwebsockets/lib/core-net/
Ddummy-callback.c161 wsi->parent->ws->proxy_buffered += len; in lws_callback_ws_proxy()
162 if (wsi->parent->ws->proxy_buffered > 10 * 1024 * 1024) { in lws_callback_ws_proxy()
238 wsi->ws->proxy_buffered -= pkt->len; in lws_callback_ws_proxy()