Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/http/server/
Dserver.c867 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()
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h776 unsigned int sending_chunked:1; member