Searched refs:sending_chunked (Results 1 – 2 of 2) sorted by relevance
867 wsi->sending_chunked = 0; in lws_http_serve()880 wsi->sending_chunked = 1; in lws_http_serve()902 if (wsi->sending_chunked) { in lws_http_serve()2644 wsi->sending_chunked = 0; in lws_http_transaction_completed()2914 if (!wsi->sending_chunked in lws_serve_http_file()3180 if (wsi->sending_chunked) { in lws_serve_http_file_fragment()3191 if (wsi->sending_chunked) in lws_serve_http_file_fragment()3208 args.chunked = wsi->sending_chunked; in lws_serve_http_file_fragment()
776 unsigned int sending_chunked:1; member