Searched refs:sending_chunked (Results 1 – 2 of 2) sorted by relevance
865 wsi->sending_chunked = 0; in lws_http_serve()878 wsi->sending_chunked = 1; in lws_http_serve()900 if (wsi->sending_chunked) { in lws_http_serve()2633 wsi->sending_chunked = 0; in lws_http_transaction_completed()2903 if (!wsi->sending_chunked in lws_serve_http_file()3169 if (wsi->sending_chunked) { in lws_serve_http_file_fragment()3180 if (wsi->sending_chunked) in lws_serve_http_file_fragment()3197 args.chunked = wsi->sending_chunked; in lws_serve_http_file_fragment()
776 unsigned int sending_chunked:1; member