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