Searched refs:sending_chunked (Results 1 – 2 of 2) sorted by relevance
699 wsi->sending_chunked = 0; in lws_http_serve()712 wsi->sending_chunked = 1; in lws_http_serve()734 if (wsi->sending_chunked) { in lws_http_serve()2381 wsi->sending_chunked = 0; in lws_http_transaction_completed()2650 if (!wsi->sending_chunked in lws_serve_http_file()2898 if (wsi->sending_chunked) { in lws_serve_http_file_fragment()2908 if (wsi->sending_chunked) in lws_serve_http_file_fragment()2925 args.chunked = wsi->sending_chunked; in lws_serve_http_file_fragment()
779 unsigned int sending_chunked:1; member