Home
last modified time | relevance | path

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

/external/libwebsockets/include/libwebsockets/
Dlws-protocols-plugins.h75 size_t tx_packet_size; member
/external/libwebsockets/lib/core-net/
Doutput.c100 if (wsi->protocol->tx_packet_size) in lws_issue_raw()
101 n = (int)wsi->protocol->tx_packet_size; in lws_issue_raw()
/external/libwebsockets/lib/roles/http/server/
Dserver.c2863 if (wsi->protocol->tx_packet_size && in lws_serve_http_file_fragment()
2864 poss > wsi->protocol->tx_packet_size) in lws_serve_http_file_fragment()
2865 poss = wsi->protocol->tx_packet_size; in lws_serve_http_file_fragment()